kubernetes/pkg/proxy/iptables
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
..
cleanup.go Move proxier cleanup code into separate files. 2025-12-02 11:05:00 -05:00
cleanup_test.go Move proxier cleanup code into separate files. 2025-12-02 11:05:00 -05:00
doc.go Add doc.go file without any buildconstraint to run tests on non linux systems 2024-04-03 12:30:59 +05:30
number_generated_rules_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
proxier_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00