Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.