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