Set mountPropagation on device plugin mounts

The Device Plugin API allows us to specify host volumes to mount into a container (kubelet/api.proto at v0.24.2 · kubernetes/kubelet · GitHub). However, I need the resulting volume mount to be created with the mountPropagation: HostToContainer setting. I can’t see any way to control this directly through the Device Plugin API. Does anyone know a way to modify the mountPropagation value of the mounts created by a Device Plugin?