kubernetes/pkg/proxy
Dan Winship abb1a458a9 Create an nftables.Interface in nftables proxier
And update most of the comments to refer to "nftables" rather than
"iptables" (even though it doesn't actually do any nftables updating
at this point).

For now the proxy also internally creates a
utiliptablestesting.FakeIPTables to keep the existing sync code
compiling.
2023-10-31 17:38:29 -04: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 Use k8s.io/utils/ptr in pkg/proxy (#121154) 2023-10-26 20:56:39 +02: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 Create an nftables.Interface in nftables proxier 2023-10-31 17:38:29 -04:00
util cleanup: omit comparison with bool constants 2023-09-05 10:24:38 +08:00
winkernel Merge pull request #120104 from togettoyou/cleanup_endpoints 2023-10-28 06:18:26 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoints.go cleanup: Refactor BaseEndpointInfo to cache IP and Port values 2023-10-28 00:09:44 +08:00
endpoints_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
endpointslicecache_test.go Merge pull request #120104 from togettoyou/cleanup_endpoints 2023-10-28 06:18:26 +02:00
node.go Merge pull request #118146 from aroradaman/fix/proxy-healthzserver 2023-10-16 21:19:25 +02:00
node_test.go Improve logging on kube-proxy exit 2023-09-11 00:50:29 +08:00
OWNERS Add more labels (esp. area/kube-proxy) to sig-network OWNERS 2023-03-18 11:29:38 -04:00
service.go kube-proxy service cache don't treat ipMode proxy address as invalid 2023-08-20 13:55:57 +00:00
service_test.go Fix "Endpoint" vs "Endpoints" in proxy type names 2023-10-09 17:21:12 -04:00
topology.go Unexport BaseEndpointInfo fields, fix getter names 2023-10-25 09:00:46 -04:00
topology_test.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