kubectl: Allow []byte config fields to be set by the cli

Allows []byte config fields such as 'certificate-authority-data'
to be set using `kubectl config set` commands.
This commit is contained in:
petervo
2016-04-06 16:31:01 -07:00
parent 2e9bcb8311
commit 4f9d3ace5d
7 changed files with 149 additions and 9 deletions

View File

@@ -3086,6 +3086,7 @@ _kubectl_config_set()
flags_with_completion=()
flags_completion=()
flags+=("--set-raw-bytes=")
flags+=("--alsologtostderr")
flags+=("--api-version=")
flags+=("--as=")