kubernetes/pkg/proxy/util
Dan Winship 59cecf8a36 Simplify redundant LocalTrafficDetector implementations
All of the LocalTrafficDetector implementations were essentially
identical after construction time, so just reduce them to a single
implementation with multiple constructors.

Also, improve the comments.
2024-04-25 08:52:35 -04:00
..
testing reduce cpu usage of kube-proxy with iptables mode 2021-07-05 16:08:19 +08:00
endpoints.go proxy/iptables: Remove unnecessary /32 and /128 in iptables rules 2021-11-09 09:32:50 -05:00
endpoints_test.go proxy/iptables: Remove unnecessary /32 and /128 in iptables rules 2021-11-09 09:32:50 -05:00
linebuffer.go convert k8s.io/kubernetes/pkg/proxy to contextual logging, part 1 2024-04-22 13:08:41 +08:00
linebuffer_test.go Add a dummy implementation of proxyutil.LineBuffer 2023-07-14 08:38:25 -04:00
localdetector.go Simplify redundant LocalTrafficDetector implementations 2024-04-25 08:52:35 -04:00
localdetector_test.go Move LocalTrafficDetector from pkg/proxy/util/iptables to pkg/proxy/util 2024-04-25 08:51:43 -04:00
network.go reduce cpu usage of kube-proxy with iptables mode 2021-07-05 16:08:19 +08:00
nodeport_addresses.go (Mostly) Revert "change --nodeport-addresses behavior to default to primary node ip only" 2024-04-18 09:25:06 -04:00
nodeport_addresses_test.go (Mostly) Revert "change --nodeport-addresses behavior to default to primary node ip only" 2024-04-18 09:25:06 -04:00
utils.go (Mostly) Revert "change --nodeport-addresses behavior to default to primary node ip only" 2024-04-18 09:25:06 -04:00
utils_test.go kube-proxy: LoadBalancerSourceRanges as *net.IPNet 2024-01-09 09:17:56 +01:00