ServiceAccountTokens controller

This commit is contained in:
Jordan Liggitt
2015-04-20 23:25:56 -04:00
parent 53d55f4192
commit 0955808668
7 changed files with 940 additions and 0 deletions

View File

@@ -1843,6 +1843,8 @@ const (
ServiceAccountUIDKey = "kubernetes.io/service-account.uid"
// ServiceAccountTokenKey is the key of the required data for SecretTypeServiceAccountToken secrets
ServiceAccountTokenKey = "token"
// ServiceAccountKubeconfigKey is the key of the optional kubeconfig data for SecretTypeServiceAccountToken secrets
ServiceAccountKubeconfigKey = "kubernetes.kubeconfig"
)
type SecretList struct {