kubernetes/pkg/volume/util
Humble Devassy Chirammal c4ec18b58a pkg/volume: improve code style and readability
- Improve slice declaration formatting in quota_common_linux_impl.go
- Enhance variable naming clarity (myMPSlash -> myMountPointWithSlash)
- Standardize function comment format for consistency
- Add trailing comma to slice declarations following Go conventions

These are non-breaking  improvements that enhance code
readability and maintain consistency with Go best practices.

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2025-09-27 20:18:08 +05:30
..
fs fix: adopt go1.23 behavior change in mount point parsing on Windows 2025-02-18 07:17:51 +00:00
fsquota pkg/volume: improve code style and readability 2025-09-27 20:18:08 +05:30
hostutil [hostutil_windows] Remove unix workaround 2025-02-21 18:02:28 -05:00
nestedpendingoperations add sig-storage reviewers, remove inactive sig-storage reviewers, remove redundant owners files 2022-11-15 23:51:57 +00:00
operationexecutor pkg/volume: improve code style and readability 2025-09-27 20:18:08 +05:30
recyclerclient Merge pull request #125147 from alexandrevilain/fix/recycler-client 2024-10-04 15:02:27 +01:00
subpath Fixing unit tests in k8s.io/kubernetes/pkg/volume/util/subpath on Windows 2025-03-06 13:05:48 -08:00
types Add code for not expanding volume if it has NodeExpansionNotRequired annotation 2025-05-28 13:07:34 -04:00
volumepathhandler Fix error messages in volume path handler 2025-09-25 22:37:03 +05:30
atomic_writer.go Merge pull request #124740 from bells17/use-sets-set-string 2024-05-31 05:32:15 -07:00
atomic_writer_linux.go Fix kubelet on Windows fails if a pod has SecurityContext with RunAsUser. 2024-05-23 12:44:51 +08:00
atomic_writer_test.go [pkg/volume] Changed to use sets.Set[string] instead of sets.String 2024-05-11 18:02:45 +09:00
atomic_writer_unsupported.go Fix kubelet on Windows fails if a pod has SecurityContext with RunAsUser. 2024-05-23 12:44:51 +08:00
attach_limit.go Remove unused volume limit constants 2025-04-30 13:41:27 +08:00
attach_limit_test.go Fix compatibility tests for scheduler 2018-09-05 12:29:00 -04:00
device_util.go Generate and format files 2022-07-26 13:14:05 -04:00
device_util_linux.go prevent unnecessary resolving of iscsi/fc devices to dm 2024-10-24 11:01:33 +02:00
device_util_linux_test.go prevent unnecessary resolving of iscsi/fc devices to dm 2024-10-24 11:01:33 +02:00
device_util_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
finalizer.go 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
io_util.go storage: stop using deprecated io/ioutil 2023-06-20 16:49:03 +02:00
metrics.go Change plugin interfaces to use progress monitoring 2025-02-24 15:55:37 -05:00
metrics_test.go change plugin name in fsgroupapplymetrics of csi and flexvolume to 2020-11-04 16:28:28 +08:00
nested_volumes.go pkg/volume: improve code style and readability 2025-09-27 20:18:08 +05:30
nested_volumes_test.go [pkg/volume] Changed to use sets.Set[string] instead of sets.String 2024-05-11 18:02:45 +09:00
resize_util.go Remove GetExec method from VolumeHost 2025-06-13 10:58:37 +08:00
resize_util_test.go Bump RecoverVolumeExpansionFailure to GA 2025-07-10 12:19:31 -04:00
selinux.go Describe what the input list of SELinux options is 2024-11-06 11:16:06 +01:00
selinux_test.go Promote SELinuxChangePolicy and SELinuxMount to beta 2025-03-04 11:03:54 +01:00
storageclass.go correct storage class selection message 2023-04-03 11:27:59 +02:00
storageclass_test.go Signed-off-by: liyuerich <yue.li@daocloud.io> 2023-08-18 22:18:11 +08:00
util.go Replace usage of deprecated ErrWaitTimeout with recommended method across all Pkgs 2025-08-01 14:18:06 +05:30
util_test.go Collect SELinux options only when needed 2024-11-01 12:46:39 +01:00