ApplicationScopedVolume interface

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

Extends

Properties

creationParameters

Describes parameters for creating application-scoped volumes.

Inherited 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

creationParameters

Describes parameters for creating application-scoped volumes.

creationParameters: ApplicationScopedVolumeCreationParametersUnion

Property Value

Inherited 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

Inherited From VolumeReference.destinationPath

name

Name of the volume being referenced.

name: string

Property Value

string

Inherited From VolumeReference.name

readOnly

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

readOnly?: boolean

Property Value

boolean

Inherited From VolumeReference.readOnly