Merge pull request #32782 from guangxuli/k8s_opts

Automatic merge from submit-queue

add break when found value
pull/6/head
Kubernetes Submit Queue 2016-09-16 02:11:46 -07:00 committed by GitHub
commit c3374a0d49
1 changed files with 1 additions and 0 deletions

View File

@ -843,6 +843,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
for key, val := range pod.Annotations {
if key == "x" && val == "y" {
found = true
break
}
}
if !found {