mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +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 {
|
||||
if addressMap2[v.Type] != v.Address {
|
||||
if addressMap1[v.Type] != v.Address {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user