kubernetes/pkg/volume/util/subpath
Humble Devassy Chirammal 2cb9fdf578 volume: fix incorrect error and log messages across volume plugins
Fix several incorrect error and log messages in volume plugins that
produce confusing or incomplete output during troubleshooting:

- Fix "MountMount.NodeExpandVolume" to "MountVolume.NodeExpandVolume"
  in node_expander.go (2 occurrences)
- Fix "MountVolume.NodeExapndVolume" to "MountVolume.NodeExpandVolume"
  in node_expander.go and operation_generator.go (2 occurrences)
- Fix iscsi mkdir error log that prints literal "error" instead of the
  actual error value
- Fix "error ummounting" to "error unmounting" in subpath handling
- Fix malformed "with :" in teardown error messages in configmap,
  secret, projected, and downwardapi volume plugins
- Fix duplicated "is is" in operation_generator.go comment

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2026-04-02 14:31:47 +05:30
..
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
subpath.go Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
subpath_linux.go volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
subpath_linux_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
subpath_unsupported.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
subpath_windows.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
subpath_windows_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00