Improving Legibility of Kubectl describe configmap by adding new line to output
This commit is contained in:
@@ -4471,6 +4471,7 @@ func (d *ConfigMapDescriber) Describe(namespace, name string, describerSettings
|
||||
for k, v := range configMap.Data {
|
||||
w.Write(LEVEL_0, "%s:\n----\n", k)
|
||||
w.Write(LEVEL_0, "%s\n", string(v))
|
||||
w.Write(LEVEL_0, "\n")
|
||||
}
|
||||
w.Write(LEVEL_0, "\nBinaryData\n====\n")
|
||||
for k, v := range configMap.BinaryData {
|
||||
|
Reference in New Issue
Block a user