ServiceTaskSpecContainerSpecMount

data class ServiceTaskSpecContainerSpecMount(val bindOptions: ServiceTaskSpecContainerSpecMountBindOptions? = null, val readOnly: Boolean? = null, val source: String? = null, val target: String, val tmpfsOptions: ServiceTaskSpecContainerSpecMountTmpfsOptions? = null, val type: String, val volumeOptions: ServiceTaskSpecContainerSpecMountVolumeOptions? = null)

Constructors

Link copied to clipboard
constructor(bindOptions: ServiceTaskSpecContainerSpecMountBindOptions? = null, readOnly: Boolean? = null, source: String? = null, target: String, tmpfsOptions: ServiceTaskSpecContainerSpecMountTmpfsOptions? = null, type: String, volumeOptions: ServiceTaskSpecContainerSpecMountVolumeOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val readOnly: Boolean? = null
Link copied to clipboard
val source: String? = null
Link copied to clipboard
Link copied to clipboard