kubernetes/pkg/proxy/ipvs/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
..
testing build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01: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
ipvs.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
ipvs_linux.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
ipvs_linux_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
ipvs_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00