mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-16 10:59:36 -04:00
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> |
||
|---|---|---|
| .. | ||
| downwardapi.go | ||
| downwardapi_test.go | ||
| OWNERS | ||