DockerSettings

tasks.elastic.docker.DockerSettings
See theDockerSettings companion object
class DockerSettings(hosts: Ref[IO, List[Host]], config: DockerConfig)

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def allocate(h: ResourceRequest): IO[Option[(String, ResourceAllocated, Host)]]
def deallocate(h: ResourceAllocated, context: String): IO[Unit]