Container

skuber.Container
See theContainer companion class
object Container

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Container.type

Members list

Type members

Classlikes

case class Image(names: List[String], sizeBytes: Option[Long])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Port(containerPort: Int, protocol: Value, name: String, hostIP: String, hostPort: Option[Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PullPolicy extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
PullPolicy.type
case class Running(startedAt: Option[Timestamp]) extends State

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait State
class Object
trait Matchable
class Any
Show all
sealed trait State

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Running
class Terminated
class Waiting
case class Status(name: String, ready: Boolean, restartCount: Int, image: String, imageID: String, state: Option[State], lastState: Option[State], containerID: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Terminated(exitCode: Int, signal: Option[Int], reason: Option[String], message: Option[String], startedAt: Option[Timestamp], finishedAt: Option[Timestamp], containerID: Option[String]) extends State

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait State
class Object
trait Matchable
class Any
Show all
object TerminationMessagePolicy extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
case class Waiting(reason: Option[String]) extends State

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait State
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror