Volume Mount Status Patch
data class VolumeMountStatusPatch(val mountPath: String? = null, val name: String? = null, val readOnly: Boolean? = null, val recursiveReadOnly: String? = null)
VolumeMountStatus shows status of volume mounts.