ServiceTaskSpecContainerSpecMountBindOptions

data class ServiceTaskSpecContainerSpecMountBindOptions(val propagation: String? = null)

Constructors

constructor(propagation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val propagation: String? = null

Bind propagation refers to whether or not mounts created within a given bind-mount or named volume can be propagated to replicas of that mount. See the docs for details. Defaults to rprivate