Container Mount
data class ContainerMount(val bindOptions: ContainerMountBindOptions? = null, val readOnly: Boolean? = null, val source: String? = null, val target: String, val tmpfsOptions: ContainerMountTmpfsOptions? = null, val type: String, val volumeOptions: ContainerMountVolumeOptions? = null)
Constructors
Link copied to clipboard
constructor(bindOptions: ContainerMountBindOptions? = null, readOnly: Boolean? = null, source: String? = null, target: String, tmpfsOptions: ContainerMountTmpfsOptions? = null, type: String, volumeOptions: ContainerMountVolumeOptions? = null)