Merge pull request #4967 from jlowdermilk/kubeconfig

Simplify generating kubeconfig with embeded cert data
This commit is contained in:
Eric Tune
2015-03-04 08:38:43 -08:00
8 changed files with 180 additions and 15 deletions

View File

@@ -81,6 +81,7 @@ const (
FlagCertFile = "client-certificate"
FlagKeyFile = "client-key"
FlagCAFile = "certificate-authority"
FlagEmbedCerts = "embed-certs"
FlagBearerToken = "token"
FlagUsername = "username"
FlagPassword = "password"