kubernetes/pkg/proxy/util
Dan Winship 3db434d6be Remove errors from LocalTrafficDetector constructors
The constructors only return an error if you pass them invalid data,
but we only ever pass them data which has already been validated,
making the error checking just annoying. Just make them return garbage
output if you give them garbage input.
2024-04-26 11:34:37 -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 Remove errors from LocalTrafficDetector constructors 2024-04-26 11:34:37 -04:00
localdetector_test.go Remove errors from LocalTrafficDetector constructors 2024-04-26 11:34:37 -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