mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +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 {
|
||||
if key == "x" && val == "y" {
|
||||
found = true
|
||||
break
|
||||
}
|
||||
}
|
||||
if !found {
|
||||
|
Loading…
Reference in New Issue
Block a user