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