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