Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 593 Bytes

OverlayVolume.md

File metadata and controls

20 lines (10 loc) · 593 Bytes

OverlayVolume

OverlayVolume holds information about an overlay volume that will be mounted into the container.

Properties

Name Type Description Notes
destination String Destination is the absolute path where the mount will be placed in the container. [optional]
options List<String> Options holds overlay volume options. [optional]
source String Source specifies the source path of the mount. [optional]

Implemented Interfaces

  • Serializable