v1alpha

package
v1.0.0-alpha.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL