kubernetes/staging/src/k8s.io/client-go/listers/core/v1/replicationcontroller.go

type ReplicationControllerLister

type replicationControllerLister

// NewReplicationControllerLister returns a new ReplicationControllerLister.
func NewReplicationControllerLister(indexer cache.Indexer) ReplicationControllerLister {}

// ReplicationControllers returns an object that can list and get ReplicationControllers.
func (s *replicationControllerLister) ReplicationControllers(namespace string) ReplicationControllerNamespaceLister {}

type ReplicationControllerNamespaceLister

type replicationControllerNamespaceLister