Tmpfs

class Tmpfs

The container path, mount options, and size of the tmpfs mount.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The list of tmpfs volume mount options.

Link copied to clipboard
val size: Int

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

Functions

Link copied to clipboard
inline fun copy(block: Tmpfs.Builder.() -> Unit = {}): Tmpfs
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String