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