Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VolumeReference

Package version

Describes a reference to a volume resource.

Hierarchy

Index

Properties

destinationPath

destinationPath: string

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

name

name: string

Name of the volume being referenced.

Optional readOnly

readOnly: undefined | false | true

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

Generated using TypeDoc