Package-level declarations

Types

Link copied to clipboard
abstract class DaemonHost

The internal representation of a DockerDaemon.

Link copied to clipboard

Dispatches DockerDaemon instances to Runner instances for Docker operations.

Link copied to clipboard

Exception indicating that a Docker engine cannot be used for dispatch because there is not enough resources reserved for the host system.

Link copied to clipboard
internal data class EngineTrackedDaemonHost(val daemon: DockerDaemon, val isMainHost: Boolean) : DaemonHost
Link copied to clipboard
internal data class LocallyTrackedDaemonHost(val daemon: DockerDaemon, val isMainHost: Boolean) : DaemonHost

The internal representation of a DockerDaemon.

Link copied to clipboard

Exception indicating that a Runner has already been dispatched.