ServiceTaskSpecContainerSpecMountVolumeOptions

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

Constructors

fun ServiceTaskSpecContainerSpecMountVolumeOptions(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
Link copied to clipboard
Link copied to clipboard

User-defined key/value metadata

Link copied to clipboard
val noCopy: Boolean? = null