kubernetes/pkg/proxy/config
Daman Arora e2d37f3cd7 kube-proxy: merge OnNodeAdd and OnNodeUpdate into OnNodeChange
For kube-proxy, node addition and node update is semantically
considered as similar event, we have exactly same handler
logic for these two events resulting in duplicate code and
unit tests.
This merges the `NodeHandler` interface methods OnNodeAdd and
OnNodeUpdate into OnNodeChange along with the implementation
of the interface.

Signed-off-by: Daman Arora <aroradaman@gmail.com>
2025-07-21 17:00:44 -04:00
..
api_test.go Call non-blocking informerFactory.Start synchronously to avoid races 2024-07-27 18:13:09 +02:00
config.go kube-proxy: merge OnNodeAdd and OnNodeUpdate into OnNodeChange 2025-07-21 17:00:44 -04:00
config_test.go kube-proxy: merge OnNodeAdd and OnNodeUpdate into OnNodeChange 2025-07-21 17:00:44 -04:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
OWNERS lavalamp is taking a long break 2023-05-11 16:43:38 +00:00