ContainerVolume

Describes how a volume is attached to a container.

Properties

Name Type Required
name string Yes
readOnly boolean No
destinationPath string Yes

name

Type: string
Required: Yes

Name of the volume.


readOnly

Type: boolean
Required: No

The flag indicating whether the volume is read only. Default is 'false'.


destinationPath

Type: string
Required: Yes

The path within the container at which the volume should be mounted. Only valid path characters are allowed.