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 …