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