Merge pull request #21095 from liggitt/sa-namespace

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-14 22:13:10 -08:00
6 changed files with 100 additions and 8 deletions

View File

@@ -2250,6 +2250,8 @@ const (
ServiceAccountKubeconfigKey = "kubernetes.kubeconfig"
// ServiceAccountRootCAKey is the key of the optional root certificate authority for SecretTypeServiceAccountToken secrets
ServiceAccountRootCAKey = "ca.crt"
// ServiceAccountNamespaceKey is the key of the optional namespace to use as the default for namespaced API calls
ServiceAccountNamespaceKey = "namespace"
// SecretTypeDockercfg contains a dockercfg file that follows the same format rules as ~/.dockercfg
//