* Updating the PVCName, MountPath, DevicePath signature in CreatePodArgs
* Refactoring PVCName, MountPath, DevicePath variables into a single PVCMap with path definitions
* Removing unused PVCName variable from CreatePodArgs
* Updating DevicePath and MountPath error messages
* Fail fast on creation and cleanup regardless of ctx
* changes based on comments
* changes based on comments
* add test coverage for WaitForPVCReady
* always check Events on error waiting for pvc/pod ready
* starting with the validation
* Create application and use mocks
* Added snapshotter
* cleanup and full execution test
* last bit of wiring
* Nil checks for comments
* removing debug print
* unused variable