Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VerrazzanoMonitoringInstanceLister ¶
type VerrazzanoMonitoringInstanceLister interface {
// List lists all VerrazzanoMonitoringInstances in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1.VerrazzanoMonitoringInstance, err error)
// VerrazzanoMonitoringInstances returns an object that can list and get VerrazzanoMonitoringInstances.
VerrazzanoMonitoringInstances(namespace string) VerrazzanoMonitoringInstanceNamespaceLister
VerrazzanoMonitoringInstanceListerExpansion
}
VerrazzanoMonitoringInstanceLister helps list VerrazzanoMonitoringInstances. All objects returned here must be treated as read-only.
func NewVerrazzanoMonitoringInstanceLister ¶
func NewVerrazzanoMonitoringInstanceLister(indexer cache.Indexer) VerrazzanoMonitoringInstanceLister
NewVerrazzanoMonitoringInstanceLister returns a new VerrazzanoMonitoringInstanceLister.
type VerrazzanoMonitoringInstanceListerExpansion ¶
type VerrazzanoMonitoringInstanceListerExpansion interface{}
VerrazzanoMonitoringInstanceListerExpansion allows custom methods to be added to VerrazzanoMonitoringInstanceLister.
type VerrazzanoMonitoringInstanceNamespaceLister ¶
type VerrazzanoMonitoringInstanceNamespaceLister interface {
// List lists all VerrazzanoMonitoringInstances in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1.VerrazzanoMonitoringInstance, err error)
// Get retrieves the VerrazzanoMonitoringInstance from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1.VerrazzanoMonitoringInstance, error)
VerrazzanoMonitoringInstanceNamespaceListerExpansion
}
VerrazzanoMonitoringInstanceNamespaceLister helps list and get VerrazzanoMonitoringInstances. All objects returned here must be treated as read-only.
type VerrazzanoMonitoringInstanceNamespaceListerExpansion ¶
type VerrazzanoMonitoringInstanceNamespaceListerExpansion interface{}
VerrazzanoMonitoringInstanceNamespaceListerExpansion allows custom methods to be added to VerrazzanoMonitoringInstanceNamespaceLister.
Click to show internal directories.
Click to hide internal directories.