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.
Click to show internal directories.
Click to hide internal directories.