mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 09:33:52 +00:00
Unifying empty/none/not set values in describer
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user