kubernetes/pkg/proxy
Dan Winship ae3235aa01 Remove --use-real-proxier support from kubemark
kubemark's proxy mode exists to test how kube-proxy affects the load
on the apiserver, not how it affects the load on the node. There's no
need to generate fake iptables commands, because that all happens
entirely independently of the api watchers.
2023-11-09 06:52:10 -05:00
..
apis Simplify nftables/proxier.go by removing localhost nodeport support 2023-10-31 17:33:53 -04:00
config Use k8s.io/utils/ptr in pkg/proxy (#121154) 2023-10-26 20:56:39 +02:00
conntrack Fix "Endpoint" vs "Endpoints" in proxy type names 2023-10-09 17:21:12 -04:00
healthcheck pkg/proxy: dual stack health checker 2023-10-16 16:11:18 +05:30
iptables Use k8s.io/utils/ptr in pkg/proxy (#121154) 2023-10-26 20:56:39 +02:00
ipvs Merge pull request #120995 from aroradaman/move-get-kernel-version 2023-10-31 20:23:41 +01:00
kubemark Remove --use-real-proxier support from kubemark 2023-11-09 06:52:10 -05:00
metaproxier Migrate cmd/proxy/app and pkg/proxy/meta_proxier to structured logging (#104928) 2021-09-14 20:50:40 -07:00
metrics aggregate kube-proxy metrics 2023-07-16 11:47:19 +00:00
nftables Redo service dispatch with maps 2023-10-31 17:54:53 -04:00
util Port NAT rules to nftables (and backend is now functional) 2023-10-31 17:54:51 -04:00
winkernel Merge pull request #120104 from togettoyou/cleanup_endpoints 2023-10-28 06:18:26 +02:00
doc.go
endpoints_test.go Merge pull request #120104 from togettoyou/cleanup_endpoints 2023-10-28 06:18:26 +02:00
endpoints.go cleanup: Refactor BaseEndpointInfo to cache IP and Port values 2023-10-28 00:09:44 +08:00
endpointslicecache_test.go Merge pull request #120104 from togettoyou/cleanup_endpoints 2023-10-28 06:18:26 +02:00
endpointslicecache.go Clean up Endpoint / BaseEndpointInfo a bit 2023-10-25 08:59:53 -04:00
node_test.go Improve logging on kube-proxy exit 2023-09-11 00:50:29 +08:00
node.go Merge pull request #118146 from aroradaman/fix/proxy-healthzserver 2023-10-16 21:19:25 +02:00
OWNERS Add more labels (esp. area/kube-proxy) to sig-network OWNERS 2023-03-18 11:29:38 -04:00
service_test.go Fix "Endpoint" vs "Endpoints" in proxy type names 2023-10-09 17:21:12 -04:00
service.go kube-proxy service cache don't treat ipMode proxy address as invalid 2023-08-20 13:55:57 +00:00
topology_test.go Unexport BaseEndpointInfo fields, fix getter names 2023-10-25 09:00:46 -04:00
topology.go Unexport BaseEndpointInfo fields, fix getter names 2023-10-25 09:00:46 -04:00
types.go cleanup: Refactor BaseEndpointInfo to cache IP and Port values 2023-10-28 00:09:44 +08:00