mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Merge pull request #32782 from guangxuli/k8s_opts
Automatic merge from submit-queue add break when found value
This commit is contained in:
commit
c3374a0d49
@ -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