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 CouchDbSourceLister

type CouchDbSourceLister interface {
	// List lists all CouchDbSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.CouchDbSource, err error)
	// CouchDbSources returns an object that can list and get CouchDbSources.
	CouchDbSources(namespace string) CouchDbSourceNamespaceLister
	CouchDbSourceListerExpansion
}

CouchDbSourceLister helps list CouchDbSources.

func NewCouchDbSourceLister

func NewCouchDbSourceLister(indexer cache.Indexer) CouchDbSourceLister

NewCouchDbSourceLister returns a new CouchDbSourceLister.

type CouchDbSourceListerExpansion

type CouchDbSourceListerExpansion interface{}

CouchDbSourceListerExpansion allows custom methods to be added to CouchDbSourceLister.

type CouchDbSourceNamespaceLister

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

CouchDbSourceNamespaceLister helps list and get CouchDbSources.

type CouchDbSourceNamespaceListerExpansion

type CouchDbSourceNamespaceListerExpansion interface{}

CouchDbSourceNamespaceListerExpansion allows custom methods to be added to CouchDbSourceNamespaceLister.

Jump to

Keyboard shortcuts

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