package
1.13.0-alpha.1
Repository: https://github.com/clickyotomy/kubernetes.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewGetterFromClient returns a ServiceAccountTokenGetter that uses the specified client to retrieve service accounts and secrets.
NewServiceAccountsController returns a new *ServiceAccountsController.
NewTokensController returns a new *TokensController.

# Variables

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

# Structs

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.