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