type PodTemplateLister … type podTemplateLister … // NewPodTemplateLister returns a new PodTemplateLister. func NewPodTemplateLister(indexer cache.Indexer) PodTemplateLister { … } // PodTemplates returns an object that can list and get PodTemplates. func (s *podTemplateLister) PodTemplates(namespace string) PodTemplateNamespaceLister { … } type PodTemplateNamespaceLister … type podTemplateNamespaceLister …