ServiceTaskSpecContainerSpecMountVolumeOptions

data class ServiceTaskSpecContainerSpecMountVolumeOptions(val driverName: String? = null, val driverOptions: Map<String, String>? = null, val labels: List<ServiceTaskSpecContainerSpecMountVolumeOptionsLabel>? = null, val noCopy: Boolean? = null)

Constructors

constructor(driverName: String? = null, driverOptions: Map<String, String>? = null, labels: List<ServiceTaskSpecContainerSpecMountVolumeOptionsLabel>? = null, noCopy: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val driverName: String? = null

Name of the driver to use to create the volume

Link copied to clipboard

key/value map of driver specific options

Link copied to clipboard

User-defined key/value metadata

Link copied to clipboard
val noCopy: Boolean? = null

Populate volume with data from the target