DockerDaemonDispatcher

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

Constructors

Link copied to clipboard
constructor(_fairReserveQueue: String = "", _dispatchMultiple: String = "", _detectUnboundRunners: String = "", _verifyLevel: String = "", _trackReservationsUsingEngine: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
private val _verifyLevel: String
Link copied to clipboard

Whether to detect when a runner not bound to the dispatcher tries to request for a daemon.

Link copied to clipboard

Whether to dispatch multiple runners during a single dispatch operation.

Link copied to clipboard

Whether to fairly allocate resources to runners in the reserve queue.

Link copied to clipboard

Whether to move runner-tracking to the Docker Engine.

Link copied to clipboard

The level of verification to perform after dispatching a daemon.