kubernetes/pkg/proxy
2026-05-12 12:49:01 -04:00
..
apis Explicitly disable validation-gen where not needed 2026-05-12 12:49:01 -04:00
config kube-proxy: merge OnNodeAdd and OnNodeUpdate into OnNodeChange 2025-07-21 17:00:44 -04:00
conntrack Consistently import pkg/proxy/apis/config as kubeproxyconfig 2026-04-29 08:51:50 -04:00
healthcheck fix(kube-proxy): fix health check binding failure in case of dual-stack 2026-03-03 14:20:27 +02:00
iptables Pass complete KubeProxyConfiguration to NewProxier methods 2026-04-29 10:35:12 -04:00
ipvs Pass complete KubeProxyConfiguration to NewProxier methods 2026-04-29 10:35:12 -04:00
kubemark Consistently import pkg/proxy/apis/config as kubeproxyconfig 2026-04-29 08:51:50 -04:00
metaproxier Adds unit tests for pkg/proxy/metaproxier, which implements dual-stack kube-proxy 2026-04-23 20:35:02 +05:30
metrics kube-proxy: metric to track entries deleted in conntrack reconciliation 2025-02-17 00:06:20 +05:30
nftables Pass complete KubeProxyConfiguration to NewProxier methods 2026-04-29 10:35:12 -04:00
runner Port BoundedFrequencyRunner from flowcontrol.RateLimiter to clock.Clock 2025-07-01 08:54:14 -04:00
util proxy/utils: Use net.JoinHostPort to format address. 2026-02-15 16:53:17 +01:00
winkernel Pass complete KubeProxyConfiguration to NewProxier methods 2026-04-29 10:35:12 -04:00
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 Pass complete KubeProxyConfiguration to NewNodeManager 2026-04-29 10:35:14 -04: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 Move dump package from apimachinery to k8s.io/utils 2026-02-12 07:34:19 -05:00
serviceport.go KEP-5707: Deprecate Service.spec.externalIPs 2026-03-01 11:49:27 +02: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