TmpfsResponse

data class TmpfsResponse(val containerPath: String? = null, val mountOptions: List<String>? = null, val size: Int? = null)

Definition of Tmpfs

Constructors

Link copied to clipboard
constructor(containerPath: String? = null, mountOptions: List<String>? = null, size: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerPath: String? = null

The absolute file path where the tmpfs volume is to be mounted.

Link copied to clipboard
val mountOptions: List<String>? = null

The list of tmpfs volume mount options.

Link copied to clipboard
val size: Int? = null

The maximum size (in MiB) of the tmpfs volume.