Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationScopedVolume

Package version

interface

An interface representing ApplicationScopedVolume. Describes a volume whose lifetime is scoped to the application's lifetime.

extends

VolumeReference

Hierarchy

Index

Properties

creationParameters

member

{ApplicationScopedVolumeCreationParametersUnion} creationParameters Describes parameters for creating application-scoped volumes.

destinationPath

destinationPath: string
member

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

name

name: string
member

{string} name Name of the volume being referenced.

Optional readOnly

readOnly: undefined | false | true
member

{boolean} [readOnly] The flag indicating whether the volume is read only. Default is 'false'.

Generated using TypeDoc