Rename REASON column to STATUS for kubectl get

Fixes #10560
This commit is contained in:
Anastasis Andronidis
2015-07-01 16:05:08 +02:00
parent b83236ee7a
commit 7480077f2b
2 changed files with 2 additions and 2 deletions

View File

@@ -309,7 +309,7 @@ func ExamplePrintPodWithWideFormat() {
fmt.Printf("Unexpected error: %v", err)
}
// Output:
// NAME READY REASON RESTARTS AGE NODE
// NAME READY STATUS RESTARTS AGE NODE
// test1 1/2 podPhase 6 292y kubernetes-minion-abcd
}