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
ipam: Move node manager to operator/pkg/ipam/nodemanager
The `Node` and `NodeManager` types in `pkg/ipam` (`node.go` and
`node_manager.go`) drive IP orchestration on the operator side: they
import `operator/k8s` and `operator/watchers`, and their only callers
are the cloud-provider allocators (now under
`operator/pkg/ipam/allocator`).
This commit continues work started in afbcb75 and moves those
types under `operator/pkg/ipam/nodemanager` so the agent/operator
boundary becomes more clear.
Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
0 commit comments