Return a struct from ConstructVolumeSpec to be able to add more fields to it later.
Add a new call to VolumePlugin interface and change all its implementations. Kubelet's VolumeManager will be interested whether a volume supports mounting with -o conext=XYZ or not to hanle SetUp() / MountDevice() accordingly.
Signed-off-by: Stephen Augustus <foo@auggie.dev>