v1alpha1

package
v0.34.0 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2022 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 SampleSourceLister

type SampleSourceLister interface {
	// List lists all SampleSources in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.SampleSource, err error)
	// Get retrieves the SampleSource from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.SampleSource, error)
	SampleSourceNamespaceListerExpansion
}

SampleSourceNamespaceLister helps list and get SampleSources. All objects returned here must be treated as read-only.

type SampleSourceNamespaceListerExpansion

type SampleSourceNamespaceListerExpansion interface{}

SampleSourceNamespaceListerExpansion allows custom methods to be added to SampleSourceNamespaceLister.

Jump to

Keyboard shortcuts

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