Status

skuber.model.Node.Status
case class Status(capacity: ResourceList, phase: Option[Phase], conditions: List[Condition], addresses: List[Address], nodeInfo: Option[SystemInfo], allocatable: ResourceList, daemonEndpoints: Option[DaemonEndpoints], images: List[Image], volumesInUse: List[String], volumesAttached: List[AttachedVolume])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product