ServiceTaskSpecContainerSpecMountTmpfsOptions

data class ServiceTaskSpecContainerSpecMountTmpfsOptions(val mode: Int? = null, val sizeBytes: Int? = null)

Constructors

constructor(mode: Int? = null, sizeBytes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: Int? = null

The permission mode for the tmpfs mount in an integer

Link copied to clipboard
val sizeBytes: Int? = null

The size for the tmpfs mount in bytes