Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrometheusSourceLister ¶
type PrometheusSourceLister interface { // List lists all PrometheusSources in the indexer. List(selector labels.Selector) (ret []*v1alpha1.PrometheusSource, err error) // PrometheusSources returns an object that can list and get PrometheusSources. PrometheusSources(namespace string) PrometheusSourceNamespaceLister PrometheusSourceListerExpansion }
PrometheusSourceLister helps list PrometheusSources.
func NewPrometheusSourceLister ¶
func NewPrometheusSourceLister(indexer cache.Indexer) PrometheusSourceLister
NewPrometheusSourceLister returns a new PrometheusSourceLister.
type PrometheusSourceListerExpansion ¶
type PrometheusSourceListerExpansion interface{}
PrometheusSourceListerExpansion allows custom methods to be added to PrometheusSourceLister.
type PrometheusSourceNamespaceLister ¶
type PrometheusSourceNamespaceLister interface { // List lists all PrometheusSources in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.PrometheusSource, err error) // Get retrieves the PrometheusSource from the indexer for a given namespace and name. Get(name string) (*v1alpha1.PrometheusSource, error) PrometheusSourceNamespaceListerExpansion }
PrometheusSourceNamespaceLister helps list and get PrometheusSources.
type PrometheusSourceNamespaceListerExpansion ¶
type PrometheusSourceNamespaceListerExpansion interface{}
PrometheusSourceNamespaceListerExpansion allows custom methods to be added to PrometheusSourceNamespaceLister.
Click to show internal directories.
Click to hide internal directories.