EngineInsufficientResourceException

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

Parameters

hostname

Name of the host.

cpus

The number of CPUs available on the host.

mem

The amount of memory in Megabytes available on the host.

Constructors

Link copied to clipboard
constructor(hostname: String, cpus: Int?, mem: Long?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getContextEntries(): MutableList<Pair<String, Any>>
Link copied to clipboard
open override fun getContextLabels(): MutableSet<String>
Link copied to clipboard
open override fun getContextValues(p0: String): MutableList<Any>
Link copied to clipboard
open override fun getFirstContextValue(p0: String): Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getRawMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard