Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingLister ¶
type LoggingLister interface { // List lists all Loggings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Logging, err error) // Loggings returns an object that can list and get Loggings. Loggings(namespace string) LoggingNamespaceLister LoggingListerExpansion }
LoggingLister helps list Loggings. All objects returned here must be treated as read-only.
func NewLoggingLister ¶
func NewLoggingLister(indexer cache.Indexer) LoggingLister
NewLoggingLister returns a new LoggingLister.
type LoggingListerExpansion ¶
type LoggingListerExpansion interface{}
LoggingListerExpansion allows custom methods to be added to LoggingLister.
type LoggingNamespaceLister ¶
type LoggingNamespaceLister interface { // List lists all Loggings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Logging, err error) // Get retrieves the Logging from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Logging, error) LoggingNamespaceListerExpansion }
LoggingNamespaceLister helps list and get Loggings. All objects returned here must be treated as read-only.
type LoggingNamespaceListerExpansion ¶
type LoggingNamespaceListerExpansion interface{}
LoggingNamespaceListerExpansion allows custom methods to be added to LoggingNamespaceLister.
type MonitoringLister ¶
type MonitoringLister interface { // List lists all Monitorings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Monitoring, err error) // Monitorings returns an object that can list and get Monitorings. Monitorings(namespace string) MonitoringNamespaceLister MonitoringListerExpansion }
MonitoringLister helps list Monitorings. All objects returned here must be treated as read-only.
func NewMonitoringLister ¶
func NewMonitoringLister(indexer cache.Indexer) MonitoringLister
NewMonitoringLister returns a new MonitoringLister.
type MonitoringListerExpansion ¶
type MonitoringListerExpansion interface{}
MonitoringListerExpansion allows custom methods to be added to MonitoringLister.
type MonitoringNamespaceLister ¶
type MonitoringNamespaceLister interface { // List lists all Monitorings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Monitoring, err error) // Get retrieves the Monitoring from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Monitoring, error) MonitoringNamespaceListerExpansion }
MonitoringNamespaceLister helps list and get Monitorings. All objects returned here must be treated as read-only.
type MonitoringNamespaceListerExpansion ¶
type MonitoringNamespaceListerExpansion interface{}
MonitoringNamespaceListerExpansion allows custom methods to be added to MonitoringNamespaceLister.