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