Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + var RemoveTokenBackoff = wait.Backoff + func NewGetterFromClient(c clientset.Interface, secretLister v1listers.SecretLister, ...) serviceaccount.ServiceAccountTokenGetter + type ServiceAccountsController struct + func NewServiceAccountsController(saInformer coreinformers.ServiceAccountInformer, ...) (*ServiceAccountsController, error) + func (c *ServiceAccountsController) Run(workers int, stopCh <-chan struct{}) + type ServiceAccountsControllerOptions struct + NamespaceResync time.Duration + ServiceAccountResync time.Duration + ServiceAccounts []v1.ServiceAccount + func DefaultServiceAccountsControllerOptions() ServiceAccountsControllerOptions + type TokensController struct + func NewTokensController(serviceAccounts informers.ServiceAccountInformer, ...) (*TokensController, error) + func (e *TokensController) Run(workers int, stopCh <-chan struct{}) + type TokensControllerOptions struct + MaxRetries int + RootCA []byte + SecretResync time.Duration + ServiceAccountResync time.Duration + TokenGenerator serviceaccount.TokenGenerator