mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Merge pull request #21095 from liggitt/sa-namespace
Auto commit by PR queue bot
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user