ServiceTaskSpecContainerSpecMountVolumeOptionsArgs

data class ServiceTaskSpecContainerSpecMountVolumeOptionsArgs(val driverName: Output<String>? = null, val driverOptions: Output<Map<String, String>>? = null, val labels: Output<List<ServiceTaskSpecContainerSpecMountVolumeOptionsLabelArgs>>? = null, val noCopy: Output<Boolean>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecMountVolumeOptionsArgs>

Constructors

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

Properties

Link copied to clipboard
val driverName: Output<String>? = null

Name of the driver to use to create the volume

Link copied to clipboard
val driverOptions: Output<Map<String, String>>? = null

key/value map of driver specific options

Link copied to clipboard

User-defined key/value metadata

Link copied to clipboard
val noCopy: Output<Boolean>? = null

Populate volume with data from the target

Functions

Link copied to clipboard
open override fun toJava(): ServiceTaskSpecContainerSpecMountVolumeOptionsArgs