Closed
Description
/kind feature
There is a use case for passing in k8s API metadata through parameters in CreateVolume. For example this information could be used by drivers to label underlying resources and associate them with k8s objects.
This could be done through a reserved parameter namespace e.g. kubernetes.io/pvc.name
, kubernetes.io/pvc.namespace
It could be enabled by a flag so that it is not a breaking change (since some drivers may do strict validation on their own well-known parameters).