kubernetes/pkg/volume/util/subpath
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
..
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
subpath.go Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
subpath_linux.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
subpath_linux_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
subpath_unsupported.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
subpath_windows.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
subpath_windows_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00