Reduce some tab spacing in kubectl

This commit is contained in:
Sam Ghods
2015-03-27 16:50:29 -07:00
parent 320df1d2ad
commit f8d8b09a0a
2 changed files with 3 additions and 3 deletions

View File

@@ -238,6 +238,6 @@ func ExamplePrintReplicationController() {
fmt.Printf("Unexpected error: %v", err)
}
// Output:
// CONTROLLER CONTAINER(S) IMAGE(S) SELECTOR REPLICAS
// foo foo someimage foo=bar 1
// CONTROLLER CONTAINER(S) IMAGE(S) SELECTOR REPLICAS
// foo foo someimage foo=bar 1
}