Debug

data class Debug(val dockerDaemonDispatcher: Configuration.Debug.DockerDaemonDispatcher)

Debug properties fields (debug.*).

Fields under the debug root namespace are properties which provides options to tweak features for debugging.

Constructors

Link copied to clipboard
constructor(dockerDaemonDispatcher: Configuration.Debug.DockerDaemonDispatcher)

Types

Link copied to clipboard
data class DockerDaemonDispatcher(val _fairReserveQueue: String = "", val _dispatchMultiple: String = "", val _detectUnboundRunners: String = "", val _verifyLevel: String = "", val _trackReservationsUsingEngine: String = "")