You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following cilium#45985, the `Interface.ForeachAddress` method now only
has one caller: azure's `ResyncInterfacesAndIPs`, where it is
followed by a `ForeachInterface`. The addresses loop can be inlined
under that existing interfaces one, resulting in a slight optimization.
With that change, ForeachAddress is no longer used anywhere, meaning
all 3 cloud provider implementations can be removed, as well as the
wrapper `InstanceMap.ForeachAddress`.
Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
0 commit comments