Cloud API Overview > @adpt/cloud > k8s > VolumeMount > mountPropagation
k8s.VolumeMount.mountPropagation property
mountPropagation determines how mounts are propagated from the host to container and the other way around.
When not set, MountPropagationNone is used. This field is beta in 1.10.
Signature:
mountPropagation?: string;