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

type ServiceAccountLister

type serviceAccountLister

// NewServiceAccountLister returns a new ServiceAccountLister.
func NewServiceAccountLister(indexer cache.Indexer) ServiceAccountLister {}

// ServiceAccounts returns an object that can list and get ServiceAccounts.
func (s *serviceAccountLister) ServiceAccounts(namespace string) ServiceAccountNamespaceLister {}

type ServiceAccountNamespaceLister

type serviceAccountNamespaceLister