Merge pull request #10619 from andronat/rename_REASON

Rename REASON column to STATUS for kubectl get
This commit is contained in:
Yu-Ju Hong
2015-07-06 11:39:16 -07:00
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
}