Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelLister ¶
type ChannelLister interface { // List lists all Channels in the indexer. List(selector labels.Selector) (ret []*v1alpha1.Channel, err error) // Channels returns an object that can list and get Channels. Channels(namespace string) ChannelNamespaceLister ChannelListerExpansion }
ChannelLister helps list Channels.
func NewChannelLister ¶
func NewChannelLister(indexer cache.Indexer) ChannelLister
NewChannelLister returns a new ChannelLister.
type ChannelListerExpansion ¶
type ChannelListerExpansion interface{}
ChannelListerExpansion allows custom methods to be added to ChannelLister.
type ChannelNamespaceLister ¶
type ChannelNamespaceLister interface { // List lists all Channels in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.Channel, err error) // Get retrieves the Channel from the indexer for a given namespace and name. Get(name string) (*v1alpha1.Channel, error) ChannelNamespaceListerExpansion }
ChannelNamespaceLister helps list and get Channels.
type ChannelNamespaceListerExpansion ¶
type ChannelNamespaceListerExpansion interface{}
ChannelNamespaceListerExpansion allows custom methods to be added to ChannelNamespaceLister.
type DecoratorLister ¶ added in v0.8.1
type DecoratorLister interface { // List lists all Decorators in the indexer. List(selector labels.Selector) (ret []*v1alpha1.Decorator, err error) // Decorators returns an object that can list and get Decorators. Decorators(namespace string) DecoratorNamespaceLister DecoratorListerExpansion }
DecoratorLister helps list Decorators.
func NewDecoratorLister ¶ added in v0.8.1
func NewDecoratorLister(indexer cache.Indexer) DecoratorLister
NewDecoratorLister returns a new DecoratorLister.
type DecoratorListerExpansion ¶ added in v0.8.1
type DecoratorListerExpansion interface{}
DecoratorListerExpansion allows custom methods to be added to DecoratorLister.
type DecoratorNamespaceLister ¶ added in v0.8.1
type DecoratorNamespaceLister interface { // List lists all Decorators in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.Decorator, err error) // Get retrieves the Decorator from the indexer for a given namespace and name. Get(name string) (*v1alpha1.Decorator, error) DecoratorNamespaceListerExpansion }
DecoratorNamespaceLister helps list and get Decorators.
type DecoratorNamespaceListerExpansion ¶ added in v0.8.1
type DecoratorNamespaceListerExpansion interface{}
DecoratorNamespaceListerExpansion allows custom methods to be added to DecoratorNamespaceLister.
Click to show internal directories.
Click to hide internal directories.