Service Task Spec Container Spec Mount Volume Options
data class ServiceTaskSpecContainerSpecMountVolumeOptions(val driverName: String? = null, val driverOptions: Map<String, String>? = null, val labels: List<ServiceTaskSpecContainerSpecMountVolumeOptionsLabel>? = null, val noCopy: Boolean? = null)
Constructors
Link copied to clipboard
fun ServiceTaskSpecContainerSpecMountVolumeOptions(driverName: String? = null, driverOptions: Map<String, String>? = null, labels: List<ServiceTaskSpecContainerSpecMountVolumeOptionsLabel>? = null, noCopy: Boolean? = null)