VolumeReference interface

Describes a reference to a volume resource.

Properties

destinationPath

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

name

Name of the volume being referenced.

readOnly

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

Property Details

destinationPath

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

destinationPath: string

Property Value

string

name

Name of the volume being referenced.

name: string

Property Value

string

readOnly

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

readOnly?: boolean

Property Value

boolean