Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompositeControllerLister ¶
type CompositeControllerLister interface { // List lists all CompositeControllers in the indexer. List(selector labels.Selector) (ret []*v1alpha1.CompositeController, err error) // Get retrieves the CompositeController from the index for a given name. Get(name string) (*v1alpha1.CompositeController, error) CompositeControllerListerExpansion }
CompositeControllerLister helps list CompositeControllers.
func NewCompositeControllerLister ¶
func NewCompositeControllerLister(indexer cache.Indexer) CompositeControllerLister
NewCompositeControllerLister returns a new CompositeControllerLister.
type CompositeControllerListerExpansion ¶
type CompositeControllerListerExpansion interface{}
CompositeControllerListerExpansion allows custom methods to be added to CompositeControllerLister.
type ControllerRevisionLister ¶
type ControllerRevisionLister interface { // List lists all ControllerRevisions in the indexer. List(selector labels.Selector) (ret []*v1alpha1.ControllerRevision, err error) // ControllerRevisions returns an object that can list and get ControllerRevisions. ControllerRevisions(namespace string) ControllerRevisionNamespaceLister ControllerRevisionListerExpansion }
ControllerRevisionLister helps list ControllerRevisions.
func NewControllerRevisionLister ¶
func NewControllerRevisionLister(indexer cache.Indexer) ControllerRevisionLister
NewControllerRevisionLister returns a new ControllerRevisionLister.
type ControllerRevisionListerExpansion ¶
type ControllerRevisionListerExpansion interface{}
ControllerRevisionListerExpansion allows custom methods to be added to ControllerRevisionLister.
type ControllerRevisionNamespaceLister ¶
type ControllerRevisionNamespaceLister interface { // List lists all ControllerRevisions in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.ControllerRevision, err error) // Get retrieves the ControllerRevision from the indexer for a given namespace and name. Get(name string) (*v1alpha1.ControllerRevision, error) ControllerRevisionNamespaceListerExpansion }
ControllerRevisionNamespaceLister helps list and get ControllerRevisions.
type ControllerRevisionNamespaceListerExpansion ¶
type ControllerRevisionNamespaceListerExpansion interface{}
ControllerRevisionNamespaceListerExpansion allows custom methods to be added to ControllerRevisionNamespaceLister.
type DecoratorControllerLister ¶
type DecoratorControllerLister interface { // List lists all DecoratorControllers in the indexer. List(selector labels.Selector) (ret []*v1alpha1.DecoratorController, err error) // Get retrieves the DecoratorController from the index for a given name. Get(name string) (*v1alpha1.DecoratorController, error) DecoratorControllerListerExpansion }
DecoratorControllerLister helps list DecoratorControllers.
func NewDecoratorControllerLister ¶
func NewDecoratorControllerLister(indexer cache.Indexer) DecoratorControllerLister
NewDecoratorControllerLister returns a new DecoratorControllerLister.
type DecoratorControllerListerExpansion ¶
type DecoratorControllerListerExpansion interface{}
DecoratorControllerListerExpansion allows custom methods to be added to DecoratorControllerLister.