kubernetes/pkg/volume/util/operationexecutor
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
..
fakegenerator.go clean up csi translator from volume operation generator 2024-10-28 18:27:10 +08:00
node_expander.go volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
node_expander_test.go Bump RecoverVolumeExpansionFailure to GA 2025-07-10 12:19:31 -04:00
operation_executor.go pkg/volume: improve code style and readability 2025-09-27 20:18:08 +05:30
operation_executor_test.go clean up csi translator from volume operation generator 2024-10-28 18:27:10 +08:00
operation_generator.go volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
operation_generator_test.go Bump RecoverVolumeExpansionFailure to GA 2025-07-10 12:19:31 -04:00