kubernetes/pkg/controller/volume
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
..
attachdetach remove import doc comments 2024-12-02 16:59:34 +01:00
common generic ephemeral volume: graduation to GA 2021-10-11 20:54:20 +02:00
ephemeral remove import doc comments 2024-12-02 16:59:34 +01:00
events hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
expand Fix Go vet errors for master golang 2024-09-20 12:36:38 +05:30
persistentvolume remove import doc comments 2024-12-02 16:59:34 +01:00
protectionutil controller-manager adds a new controller named volumeattributesclass-protection-controller which adds/removes finalizer to VAC for protection 2024-08-30 15:00:46 +08:00
pvcprotection update error comment 2024-08-26 16:47:39 +00:00
pvprotection Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
selinuxwarning Update property name in metrics 2024-11-06 11:16:06 +01:00
vacprotection controller-manager adds a new controller named volumeattributesclass-protection-controller which adds/removes finalizer to VAC for protection 2024-08-30 15:00:46 +08:00
OWNERS add sig/storage label for pkg/controller/volume package PR 2022-11-10 09:57:36 +08:00