kubernetes/pkg/proxy
ansilh 440cfca4ef refactor(kube-proxy): remove redundant empty endpoints check in topologyModeFromHints
The len(endpoints) == 0 check is now redundant since the hasReadyEndpoints
check handles this case when the slice is empty, the loop executes zero
times, hasReadyEndpoints stays false, and returns "" via the same path.
2026-02-06 21:56:58 +05:30
..
apis set default log flush frequency in kube-proxy config validation tests 2025-08-14 18:16:15 -07:00
config kube-proxy: merge OnNodeAdd and OnNodeUpdate into OnNodeChange 2025-07-21 17:00:44 -04:00
conntrack Remove deprecated +build instruction. 2026-01-19 17:40:33 +01:00
healthcheck Add an interface type to prevent a future import loop 2025-12-01 18:40:12 -05:00
iptables Remove deprecated +build instruction. 2026-01-19 17:40:33 +01:00
ipvs Remove deprecated +build instruction. 2026-01-19 17:40:33 +01:00
kubemark fix missing involvedObject.apiVersion in event 2025-10-22 20:13:36 +08:00
metaproxier kube-proxy: add NodeTopologyConfig for tracking topology labels 2025-07-21 17:00:44 -04:00
metrics kube-proxy: metric to track entries deleted in conntrack reconciliation 2025-02-17 00:06:20 +05:30
nftables Merge pull request #136292 from atombrella/feature/modernize_plusbuild 2026-01-26 19:05:59 +05:30
runner Port BoundedFrequencyRunner from flowcontrol.RateLimiter to clock.Clock 2025-07-01 08:54:14 -04:00
util build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
winkernel Merge pull request #136292 from atombrella/feature/modernize_plusbuild 2026-01-26 19:05:59 +05:30
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
endpoint.go Implement PreferSameNode traffic distribution in kube-proxy 2025-03-19 08:46:17 -04:00
endpointschangetracker.go Clarify hostname vs node name in kube-proxy 2025-03-19 08:46:15 -04:00
endpointschangetracker_test.go Remove incorrect special-case when Endpoints move between EndpointSlices 2025-12-04 10:30:00 -05:00
endpointslicecache.go Handle the case of a pod IP being reused while the old Pod still exists 2025-12-04 10:35:34 -05:00
endpointslicecache_test.go Handle the case of a pod IP being reused while the old Pod still exists 2025-12-04 10:35:34 -05:00
node.go refactor: Use WaitForNamedCacheSyncWithContext in core components 2025-09-18 11:34:28 -07:00
node_test.go Temporarily revert restart-on-node-IP-change behavior of proxy NodeManager 2025-07-21 17:00:45 -04:00
OWNERS Add more labels (esp. area/kube-proxy) to sig-network OWNERS 2023-03-18 11:29:38 -04:00
servicechangetracker.go Clean up NewServiceChangeTracker/NewEndpointsChangeTracker args 2024-12-14 12:12:42 -05:00
servicechangetracker_test.go Remove LoadBalancerIPMode feature gate 2025-10-24 09:12:03 -04:00
serviceport.go fix(kube-proxy) avoid add zero-masked loadBalancerSourceRanges to ipset 2025-07-18 09:55:39 +08:00
topology.go refactor(kube-proxy): remove redundant empty endpoints check in topologyModeFromHints 2026-02-06 21:56:58 +05:30
topology_test.go fix(kube-proxy): skip topology hints logging when no ready endpoints exist 2026-02-06 21:46:05 +05:30
types.go kube-proxy: add NodeTopologyConfig for tracking topology labels 2025-07-21 17:00:44 -04:00