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

Optional configuration for the bind type

Link copied to clipboard
val readOnly: Boolean? = null

Whether the mount should be read-only

Link copied to clipboard
val source: String? = null

Mount source (e.g. a volume name, a host path)

Link copied to clipboard

Container path

Link copied to clipboard

Optional configuration for the tmpfs type

Link copied to clipboard

The mount type

Link copied to clipboard

Optional configuration for the volume type