Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VolumeReference

Package version

interface

An interface representing VolumeReference. Describes a reference to a volume resource.

Hierarchy

Index

Properties

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