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

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