package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Packages

# Functions

DefaultServiceAccountsControllerOptions returns the default options for creating a ServiceAccountsController.
NewGetterFromClient returns a ServiceAccountTokenGetter that uses the specified client to retrieve service accounts, pods, secrets and nodes.
NewLegacySATokenCleaner returns a new *NewLegacySATokenCleaner.
NewServiceAccountsController returns a new *ServiceAccountsController.
NewTokensController returns a new *TokensController.

# Constants

# Variables

RemoveTokenBackoff is the recommended (empirical) retry interval for removing a secret reference from a service account when the secret is deleted.

# Structs

LegacySATokenCleaner is a controller that deletes legacy serviceaccount tokens that are not in use for a specified period of time.
TokenCleanerOptions contains options for the LegacySATokenCleaner.
ServiceAccountsController manages ServiceAccount objects inside Namespaces.
ServiceAccountsControllerOptions contains options for running a ServiceAccountsController.
TokensController manages ServiceAccountToken secrets for ServiceAccount objects.
TokensControllerOptions contains options for the TokensController.