mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
Merge pull request #33155 from guangxuli/k8s_test_0921
Automatic merge from submit-queue directly break the loop if condition map
This commit is contained in:
commit
a824e56ce5
@ -223,6 +223,7 @@ func (cc *clusterClientCache) processServiceUpdate(cachedService *cachedService,
|
||||
for _, fed := range cachedFedServiceStatus.Ingress {
|
||||
if new.IP == fed.IP && new.Hostname == fed.Hostname {
|
||||
found = true
|
||||
break
|
||||
}
|
||||
}
|
||||
if !found {
|
||||
|
Loading…
Reference in New Issue
Block a user