Move more printers to TablePrinter

This commit is contained in:
Clayton Coleman
2017-06-24 17:31:36 -05:00
parent ee8b663d22
commit bdd3116c09
4 changed files with 259 additions and 275 deletions

View File

@@ -257,8 +257,8 @@ func Example_printMultiContainersReplicationControllerWithWide() {
fmt.Printf("Unexpected error: %v", err)
}
// Output:
// NAME DESIRED CURRENT READY AGE CONTAINER(S) IMAGE(S) SELECTOR
// foo 1 1 0 10y foo,foo2 someimage,someimage2 foo=bar
// NAME DESIRED CURRENT READY AGE CONTAINERS IMAGES SELECTOR
// foo 1 1 0 10y foo,foo2 someimage,someimage2 foo=bar
}
func Example_printReplicationController() {