kubernetes/pkg/controller/volume/persistentvolume
Patrick Ohly 8a908e0c0b remove import doc comments
The "// import <path>" comment has been superseded by Go modules.
We don't have to remove them, but doing so has some advantages:

- They are used inconsistently, which is confusing.
- We can then also remove the (currently broken) hack/update-vanity-imports.sh.
- Last but not least, it would be a first step towards avoiding the k8s.io domain.

This commit was generated with
   sed -i -e 's;^package \(.*\) // import.*;package \1;' $(git grep -l '^package.*// import' | grep -v 'vendor/')

Everything was included, except for
   package labels // import k8s.io/kubernetes/pkg/util/labels
because that package is marked as "read-only".
2024-12-02 16:59:34 +01:00
..
config remove import doc comments 2024-12-02 16:59:34 +01:00
metrics Add labels to PVCollector bound/unbound PVC metrics for VolumeAttributesClass Feature (#126166) 2024-07-23 12:21:29 -07:00
options hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
testing Replace uses of diff.ObjectDiff with cmp.Diff 2023-04-12 08:46:12 -07:00
binder_test.go pvc bind pv with vac 2024-07-23 15:04:11 +08:00
delete_test.go Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
framework_test.go remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
index.go pvc bind pv with vac 2024-07-23 15:04:11 +08:00
index_test.go pvc bind pv with vac 2024-07-23 15:04:11 +08:00
provision_test.go Promote HonorPVReclaimPolicy to beta and enable it by default 2024-06-19 13:51:37 +08:00
pv_controller.go Fix Go vet errors for master golang 2024-09-20 12:36:38 +05:30
pv_controller_base.go remove clusterName from VolumeOptions 2024-05-10 16:42:31 +08:00
pv_controller_test.go Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
recycle_test.go volume: use contextual logging 2023-03-14 08:37:30 +08:00
volume_host.go remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00