Update kubectl describe pod to use pod level qos

This commit is contained in:
derekwaynecarr
2016-05-31 11:04:46 -04:00
parent 9023955bb7
commit 89ff3b2530
3 changed files with 2 additions and 23 deletions

View File

@@ -508,8 +508,8 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
{"IP:"},
{"Controllers:", "ReplicationController/redis-master"},
{"Image:", redisImage},
{"cpu:", "BestEffort"},
{"State:", "Running"},
{"QoS Tier:", "BestEffort"},
}
checkOutput(output, requiredStrings)
})