ApplicationScopedVolume

Describes a volume whose lifetime is scoped to the application's lifetime.

Properties

Name Type Required
name string Yes
readOnly boolean No
destinationPath string Yes
creationParameters ApplicationScopedVolumeCreationParameters 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.


creationParameters

Type: ApplicationScopedVolumeCreationParameters
Required: Yes

Describes parameters for creating application-scoped volumes.