add break when typestr == n
This commit is contained in:
@@ -843,6 +843,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
|||||||
for key, val := range pod.Annotations {
|
for key, val := range pod.Annotations {
|
||||||
if key == "x" && val == "y" {
|
if key == "x" && val == "y" {
|
||||||
found = true
|
found = true
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !found {
|
if !found {
|
||||||
|
|||||||
Reference in New Issue
Block a user