mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 09:33:52 +00:00
Merge pull request #21351 from smarterclayton/optional_pod_status
Auto commit by PR queue bot
This commit is contained in:
@@ -567,14 +567,15 @@ var _ = Describe("Kubectl client", func() {
|
||||
requiredStrings := [][]string{
|
||||
{"Name:", "redis-master-"},
|
||||
{"Namespace:", ns},
|
||||
{"Image(s):", "redis"},
|
||||
{"Node:"},
|
||||
{"Labels:", "app=redis", "role=master"},
|
||||
{"Status:", "Running"},
|
||||
{"Reason:"},
|
||||
{"Message:"},
|
||||
{"IP:"},
|
||||
{"Controllers:", "ReplicationController/redis-master"}}
|
||||
{"Controllers:", "ReplicationController/redis-master"},
|
||||
{"Image:", "redis"},
|
||||
{"cpu:", "BestEffort"},
|
||||
{"State:", "Running"},
|
||||
}
|
||||
checkOutput(output, requiredStrings)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user