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