OverlayVolume holds information about an overlay volume that will be mounted into the container.
| 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] |
- Serializable