kubernetes/pkg/volume
Roman Bednar bdca200430 kubelet: Do not use deprecated function for checking mount point
mount.IsNotMount point has been deprecated and mounter.IsMountPoint
is now preffered.

This small refactor if prepareSubpathTarget() should not pose any
risk because IsNotMountPoint directly calls IsMountPoint and just
returns its negated value.
2026-05-12 15:46:37 +02:00
..
configmap volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
csi Promote SELinuxChangePolicy & SELinuxMountReadWriteOncePod to GA 2026-02-27 14:58:14 +01:00
csimigration remove CheckMigrationFeatureFlags 2026-01-19 11:35:30 +08:00
downwardapi volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
emptydir metrics-server: update to v0.8.1 and fix stale RBAC resourceName 2026-04-02 20:29:25 +05:30
fc metrics-server: update to v0.8.1 and fix stale RBAC resourceName 2026-04-02 20:29:25 +05:30
flexvolume metrics-server: update to v0.8.1 and fix stale RBAC resourceName 2026-04-02 20:29:25 +05:30
git_repo Remove redundant re-assignment in for-loops under pkg 2026-03-02 08:47:43 +01:00
hostpath Move kubelet config code to kubeletconfig 2025-08-06 12:08:19 -07:00
image Merge pull request #126777 from carlory/fix-image-plugin 2025-01-20 08:46:36 -08:00
iscsi Merge pull request #138154 from humblec/update-metrics-server-v0.8.1 2026-04-25 18:22:45 +05:30
local clean up: remove loop variable capture 2026-04-28 23:53:27 +02:00
nfs Remove pluginName param from GetMounter and GetExec 2025-06-12 17:29:17 +08:00
projected volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
secret volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
testing volume: simplify elem check with slices.Contains. 2026-02-05 14:47:40 +01:00
util kubelet: Do not use deprecated function for checking mount point 2026-05-12 15:46:37 +02:00
validation volume: simplify elem check with slices.Contains. 2026-02-05 14:47:40 +01:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
metrics_block.go Fix: typos for volume package 2024-11-29 17:11:00 +08:00
metrics_block_linux_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
metrics_cached.go various corrections in pkg/volume 2022-09-16 16:42:06 +05:30
metrics_du.go set metric_source to du or fsquota accordingly 2022-01-20 10:56:02 +08:00
metrics_du_test.go storage: stop using deprecated io/ioutil 2023-06-20 16:49:03 +02:00
metrics_du_unix_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
metrics_du_windows_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
metrics_errors.go Fix: typos for volume package 2024-11-29 17:11:00 +08:00
metrics_nil.go Add SupportsMetrics() for Block-mode volumes 2021-05-20 17:10:23 +02:00
metrics_nil_test.go Add SupportsMetrics() for Block-mode volumes 2021-05-20 17:10:23 +02:00
metrics_statfs.go Fix: typos for volume package 2024-11-29 17:11:00 +08:00
metrics_statfs_test.go
noop_expandable_plugin.go remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
plugins.go remove GetHostName func from the VolumeHost interface 2026-01-19 11:35:30 +08:00
plugins_test.go refresh probed plugins on init to avoid probe race/erroneous unmounts 2024-11-02 14:44:48 -04:00
volume.go Fix:NewUnmounter always returns error while deleting pod after node reboot 2026-02-02 10:55:01 +08:00
volume_linux.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
volume_linux_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
volume_unsupported.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00