package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DefaultServiceAccountsControllerOptions returns the default options for creating a ServiceAccountsController.
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.