Add a --raw flag to kubectl config view

Defaults to false, unless --flatten is specified. Default behavior
(--raw=false) is that byte data (Client{Certificate,Key}data,
CertificateAuthorityData) is redacted for a more human-readable view.
Useful for manually inspecting files that have embeded data.
This commit is contained in:
Jeff Lowdermilk
2015-04-17 15:36:31 -07:00
parent 35cbbe6bde
commit fa6ce7b7bf
33 changed files with 167 additions and 30 deletions

View File

@@ -63,4 +63,4 @@ $ cat pod.json | kubectl create -f -
### SEE ALSO
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-17 18:59:11.48343431 +0000 UTC
###### Auto generated by spf13/cobra at 2015-04-23 00:47:55.400230448 +0000 UTC