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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KafkaChannel, err error) // KafkaChannels returns an object that can list and get KafkaChannels. KafkaChannels(namespace string) KafkaChannelNamespaceLister KafkaChannelListerExpansion }
KafkaChannelLister helps list KafkaChannels. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KafkaChannel, err error) // Get retrieves the KafkaChannel from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1beta1.KafkaChannel, error) KafkaChannelNamespaceListerExpansion }
KafkaChannelNamespaceLister helps list and get KafkaChannels. All objects returned here must be treated as read-only.
type KafkaChannelNamespaceListerExpansion ¶
type KafkaChannelNamespaceListerExpansion interface{}
KafkaChannelNamespaceListerExpansion allows custom methods to be added to KafkaChannelNamespaceLister.
Click to show internal directories.
Click to hide internal directories.