type PodLister … type podLister … // NewPodLister returns a new PodLister. func NewPodLister(indexer cache.Indexer) PodLister { … } // Pods returns an object that can list and get Pods. func (s *podLister) Pods(namespace string) PodNamespaceLister { … } type PodNamespaceLister … type podNamespaceLister …