kubernetes/staging/src/k8s.io/client-go/listers/extensions/v1beta1/deployment.go

type DeploymentLister

type deploymentLister

// NewDeploymentLister returns a new DeploymentLister.
func NewDeploymentLister(indexer cache.Indexer) DeploymentLister {}

// Deployments returns an object that can list and get Deployments.
func (s *deploymentLister) Deployments(namespace string) DeploymentNamespaceLister {}

type DeploymentNamespaceLister

type deploymentNamespaceLister