kubernetes/pkg/volume/iscsi
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
..
attacher.go Reject pod when attachment limit is exceeded (#132933) 2025-07-24 17:58:54 -07:00
disk_manager.go Handle returned error as placeholder variables for now 2025-02-24 16:26:48 -05:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
iscsi.go Fix typo in iscsi.go comment: provideded -> provided 2025-10-28 12:32:18 +01:00
iscsi_test.go remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
iscsi_util.go Move kubelet config code to kubeletconfig 2025-08-06 12:08:19 -07:00
iscsi_util_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00