ContainerMountVolumeOptions

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

Constructors

Link copied to clipboard
constructor(driverName: String? = null, driverOptions: Map<String, String>? = null, labels: List<ContainerMountVolumeOptionsLabel>? = null, noCopy: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val driverName: String? = null
Link copied to clipboard
Link copied to clipboard

User-defined key/value metadata

Link copied to clipboard
val noCopy: Boolean? = null