v1alpha1

package
v0.0.0-...-9108ab0 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2019 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 GCSSourceLister

type GCSSourceLister interface {
	// List lists all GCSSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.GCSSource, err error)
	// GCSSources returns an object that can list and get GCSSources.
	GCSSources(namespace string) GCSSourceNamespaceLister
	GCSSourceListerExpansion
}

GCSSourceLister helps list GCSSources.

func NewGCSSourceLister

func NewGCSSourceLister(indexer cache.Indexer) GCSSourceLister

NewGCSSourceLister returns a new GCSSourceLister.

type GCSSourceListerExpansion

type GCSSourceListerExpansion interface{}

GCSSourceListerExpansion allows custom methods to be added to GCSSourceLister.

type GCSSourceNamespaceLister

type GCSSourceNamespaceLister interface {
	// List lists all GCSSources in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.GCSSource, err error)
	// Get retrieves the GCSSource from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.GCSSource, error)
	GCSSourceNamespaceListerExpansion
}

GCSSourceNamespaceLister helps list and get GCSSources.

type GCSSourceNamespaceListerExpansion

type GCSSourceNamespaceListerExpansion interface{}

GCSSourceNamespaceListerExpansion allows custom methods to be added to GCSSourceNamespaceLister.

Jump to

Keyboard shortcuts

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