kubernetes/pkg/volume/util/volumepathhandler
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
..
volume_path_handler.go Fix error messages in volume path handler 2025-09-25 22:37:03 +05:30
volume_path_handler_linux.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
volume_path_handler_linux_test.go
volume_path_handler_test.go
volume_path_handler_unsupported.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00