kubernetes/pkg/proxy/util
Patrick Ohly ad79e479c2 build: remove deprecated '// +build' tag
This has been replaced by `//build:...` for a long time now.

Removal of the old build tag was automated with:

    for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
..
nfacct build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01: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 fix: use iifname for input interface name matches 2025-09-12 09:39:08 -07:00
localdetector_test.go fix: use iifname for input interface name matches 2025-09-12 09:39:08 -07:00
network.go reduce cpu usage of kube-proxy with iptables mode 2021-07-05 16:08:19 +08:00
nodeport_addresses.go fix(kube-proxy) avoid add zero-masked loadBalancerSourceRanges to ipset 2025-07-18 09:55:39 +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 Remove LoadBalancerIPMode feature gate 2025-10-24 09:12:03 -04:00
utils_linux.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
utils_test.go fix(kube-proxy) avoid add zero-masked loadBalancerSourceRanges to ipset 2025-07-18 09:55:39 +08:00