Package-level declarations
Types
Link copied to clipboard
The internal representation of a DockerDaemon.
Link copied to clipboard
object DockerDaemonDispatcher
Dispatches DockerDaemon instances to Runner instances for Docker operations.
Link copied to clipboard
class EngineInsufficientResourceException(hostname: String, cpus: Int?, mem: Long?) : ContextedRuntimeException
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
class RunnerAlreadyDispatchedException(runner: Runner, boundDaemon: DockerDaemon) : RuntimeException
Exception indicating that a Runner has already been dispatched.