Merge pull request #22279 from soltysh/describer_none

Unifying empty/none/not set values in describer
This commit is contained in:
Jeff Lowdermilk
2016-03-03 11:40:54 -08:00
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)