mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
fix variable name
This commit is contained in:
@@ -388,7 +388,7 @@ func nodeAddressesChangeDetected(addressSet1, addressSet2 []v1.NodeAddress) bool
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, v := range addressSet2 {
|
for _, v := range addressSet2 {
|
||||||
if addressMap2[v.Type] != v.Address {
|
if addressMap1[v.Type] != v.Address {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user