Name: VolumeMount

Represents a volume mount

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.k8s.VolumeMount",
   "mountPath": <String>,
   "name": <String>,
   "readOnly": <Boolean>,
}

Attributes
NameTypeDescription
mountPathxsd:stringMount path of the mount
namexsd:stringName of volume mount
readOnlyxsd:booleanTrue of mount is read only