Daemon

data class Daemon(val _main: String, val _aux: String) : ConfigVerifiable

Constructors

Link copied to clipboard
constructor(_main: String, _aux: String)

Properties

Link copied to clipboard
private val _aux: String
Link copied to clipboard
private val _main: String
Link copied to clipboard

List of all Docker daemons to initialize as auxiliary daemons.

Link copied to clipboard

List of all Docker daemons to initialize as main daemons.

Functions

Link copied to clipboard
open fun verifyAll()

Verifies that the required constraints of this object is met.

Link copied to clipboard
open override fun verifyImpl()

Additional checks for verifying constraints on fields which do not implement ConfigVerifiable.