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