kubernetes/pkg/volume/util/hostutil
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
..
fake_hostutil.go Flip SELinuxMountReadWriteOncePod to Beta 2023-03-14 14:32:38 +01:00
hostutil.go Remove GetDeviceNameFromMount from HostUtils 2025-01-18 21:23:54 +08:00
hostutil_linux.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
hostutil_linux_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
hostutil_test.go Remove GetDeviceNameFromMount from HostUtils 2025-01-18 21:23:54 +08:00
hostutil_unsupported.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
hostutil_windows.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00