VolumeReference
Describes a reference to a volume resource.
Properties
Name | Type | Required |
---|---|---|
name |
string | Yes |
readOnly |
boolean | No |
destinationPath |
string | Yes |
name
Type: string
Required: Yes
Name of the volume being referenced.
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.