Service Task Spec Container Spec Mount
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)