type ServiceAccountsControllerOptions …
func DefaultServiceAccountsControllerOptions() ServiceAccountsControllerOptions { … }
func NewServiceAccountsController(saInformer coreinformers.ServiceAccountInformer, nsInformer coreinformers.NamespaceInformer, cl clientset.Interface, options ServiceAccountsControllerOptions) (*ServiceAccountsController, error) { … }
type ServiceAccountsController …
func (c *ServiceAccountsController) Run(ctx context.Context, workers int) { … }
func (c *ServiceAccountsController) serviceAccountDeleted(obj interface{ … }
func (c *ServiceAccountsController) namespaceAdded(obj interface{ … }
func (c *ServiceAccountsController) namespaceUpdated(oldObj interface{ … }
func (c *ServiceAccountsController) runWorker(ctx context.Context) { … }
func (c *ServiceAccountsController) processNextWorkItem(ctx context.Context) bool { … }
func (c *ServiceAccountsController) syncNamespace(ctx context.Context, key string) error { … }