Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmqpSourceLister ¶
type AmqpSourceLister interface { // List lists all AmqpSources in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AmqpSource, err error) // AmqpSources returns an object that can list and get AmqpSources. AmqpSources(namespace string) AmqpSourceNamespaceLister AmqpSourceListerExpansion }
AmqpSourceLister helps list AmqpSources. All objects returned here must be treated as read-only.
func NewAmqpSourceLister ¶
func NewAmqpSourceLister(indexer cache.Indexer) AmqpSourceLister
NewAmqpSourceLister returns a new AmqpSourceLister.
type AmqpSourceListerExpansion ¶
type AmqpSourceListerExpansion interface{}
AmqpSourceListerExpansion allows custom methods to be added to AmqpSourceLister.
type AmqpSourceNamespaceLister ¶
type AmqpSourceNamespaceLister interface { // List lists all AmqpSources in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AmqpSource, err error) // Get retrieves the AmqpSource from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AmqpSource, error) AmqpSourceNamespaceListerExpansion }
AmqpSourceNamespaceLister helps list and get AmqpSources. All objects returned here must be treated as read-only.
type AmqpSourceNamespaceListerExpansion ¶
type AmqpSourceNamespaceListerExpansion interface{}
AmqpSourceNamespaceListerExpansion allows custom methods to be added to AmqpSourceNamespaceLister.
Click to show internal directories.
Click to hide internal directories.