package
1.2.0-alpha.6
Repository: https://github.com/nirdothan/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.
NewGetterFromRegistries returns a ServiceAccountTokenGetter that uses the specified registries to retrieve service accounts and secrets.
NewGetterFromStorageInterface returns a ServiceAccountTokenGetter that uses the specified storage to retrieve service accounts and secrets.
NewServiceAccountsController returns a new *ServiceAccountsController.
NewTokensController returns a new *TokensController.
# Constants
No description provided by the author
# 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.