Unifying empty/none/not set values in describer

This commit is contained in:
Maciej Szulik
2016-03-01 16:16:51 +01:00
parent dfc8635da7
commit 1b56d79f64
2 changed files with 9 additions and 9 deletions

View File

@@ -613,7 +613,7 @@ var _ = Describe("Kubectl client", func() {
{"Selector:", "app=redis", "role=master"},
{"Type:", "ClusterIP"},
{"IP:"},
{"Port:", "<unnamed>", "6379/TCP"},
{"Port:", "<unset>", "6379/TCP"},
{"Endpoints:"},
{"Session Affinity:", "None"}}
checkOutput(output, requiredStrings)