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 …