mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
add break when typestr == n
This commit is contained in:
parent
0a62dab566
commit
dc5c6c4f7e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user