VolumeMountStatus
VolumeMountStatus shows status of volume mounts.
Resource Structure
Interactive Tree
mountPathstringRequiredMountPath corresponds to the original VolumeMount.
namestringRequiredName corresponds to the name of the original VolumeMount.
readOnlybooleanReadOnly corresponds to the original VolumeMount.
recursiveReadOnlystringRecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts). An IfPossible value in the original VolumeMount must be translated to Disabled or Enabled, depending on the mount result.