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