Clarify kubectl output.

This commit is contained in:
Klaus Ma
2016-04-21 15:35:32 +08:00
parent 739d0a61d3
commit b6d2c2b295
2 changed files with 8 additions and 5 deletions

View File

@@ -766,8 +766,8 @@ func Example_printServiceWithNamespacesAndLabels() {
}
// Output:
// |NAMESPACE NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE L1|
// |ns1 svc1 10.1.1.1 unknown 53/UDP,53/TCP 10y value|
// |ns2 svc2 10.1.1.2 unknown 80/TCP,8080/TCP 10y dolla-bill-yall|
// |ns1 svc1 10.1.1.1 <unknown> 53/UDP,53/TCP 10y value|
// |ns2 svc2 10.1.1.2 <unknown> 80/TCP,8080/TCP 10y dolla-bill-yall|
// ||
}