kubernetes/pkg/proxy/healthcheck
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
..
common.go pkg/proxy/healthcheck: rename 'proxier' to 'proxy' 2025-01-08 17:26:47 +05:30
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
healthcheck_test.go kube-proxy: merge OnNodeAdd and OnNodeUpdate into OnNodeChange 2025-07-21 17:00:44 -04:00
proxy_health.go kube-proxy: merge NodeEligibleHandler with NodeManager 2025-07-21 17:00:44 -04:00
service_health.go Clarify hostname vs node name in kube-proxy 2025-03-19 08:46:15 -04:00