kubernetes/pkg/proxy/util
Dan Winship 79d1c078bb Make change trackers just ignore the "wrong" IP family
Dual-stack clusters exist; ServiceChangeTracker does not need to log
messages (even at V(4)) when it sees dual-stack Services, and
EndpointsChangeTracker does not need to emit Events(!) when it sees
EndpointSlices of the wrong AddressType.

(Though in most cases the EndpointsChangeTracker Events would not get
emitted anyway, since the MetaProxier would ensure that only the v4
tracker saw v4 slices, and only the v6 tracker saw v6 slices.)

Also remove a nil check labeled "This should never happen" which, in
fact, we know *didn't* happen, since the function has already
dereferenced the value before it checking it against nil.
2024-12-14 12:12:35 -05:00
..
nfacct Merge pull request #125802 from mmorel-35/testifylint/len+empty 2024-07-11 23:12:06 -07:00
testing reduce cpu usage of kube-proxy with iptables mode 2021-07-05 16:08:19 +08:00
endpoints.go Remove useless util functions 2024-05-20 19:57:43 +08:00
endpoints_test.go Remove useless util functions 2024-05-20 19:57:43 +08: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 Revert "re: kube-proxy: internal config: refactor HealthzAddress and MetricsAddress " 2024-10-21 11:36:59 +08:00
nodeport_addresses_test.go Revert "re: kube-proxy: internal config: refactor HealthzAddress and MetricsAddress " 2024-10-21 11:36:59 +08:00
utils.go Make change trackers just ignore the "wrong" IP family 2024-12-14 12:12:35 -05:00
utils_test.go proxy/util: remove unused function 2024-11-18 19:40:52 +08:00