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