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