mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user