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 …