DaemonVolume

A data volume definition for a daemon task.

Types

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

Properties

Link copied to clipboard

The contents of the host parameter determine whether your bind mount host volume persists on the host container instance and where it's stored.

Link copied to clipboard
val name: String?

The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.

Functions

Link copied to clipboard
inline fun copy(block: DaemonVolume.Builder.() -> Unit = {}): DaemonVolume
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