v1alpha1

package
v0.14.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL