NodeStatus

final case class NodeStatus(volumesInUse: Option[Seq[String]], conditions: Option[Seq[NodeCondition]], nodeInfo: Option[NodeSystemInfo], volumesAttached: Option[Seq[AttachedVolume]], phase: Option[String], config: Option[NodeConfigStatus], allocatable: Option[Map[String, Quantity]], images: Option[Seq[ContainerImage]], daemonEndpoints: Option[NodeDaemonEndpoints], addresses: Option[Seq[NodeAddress]], capacity: Option[Map[String, Quantity]])

NodeStatus is information about the current status of a node.

Source:
NodeStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to addresses

Appends new values to addresses

Source:
NodeStatus.scala

Adds new values to allocatable

Adds new values to allocatable

Source:
NodeStatus.scala
def addCapacity(newValues: (String, Quantity)*): NodeStatus

Adds new values to capacity

Adds new values to capacity

Source:
NodeStatus.scala

Appends new values to conditions

Appends new values to conditions

Source:
NodeStatus.scala

Appends new values to images

Appends new values to images

Source:
NodeStatus.scala

Appends new values to volumesAttached

Appends new values to volumesAttached

Source:
NodeStatus.scala

Appends new values to volumesInUse

Appends new values to volumesInUse

Source:
NodeStatus.scala

if addresses has a value, transforms to the result of function

if addresses has a value, transforms to the result of function

Source:
NodeStatus.scala

if allocatable has a value, transforms to the result of function

if allocatable has a value, transforms to the result of function

Source:
NodeStatus.scala

if capacity has a value, transforms to the result of function

if capacity has a value, transforms to the result of function

Source:
NodeStatus.scala

if conditions has a value, transforms to the result of function

if conditions has a value, transforms to the result of function

Source:
NodeStatus.scala

if config has a value, transforms to the result of function

if config has a value, transforms to the result of function

Source:
NodeStatus.scala

if daemonEndpoints has a value, transforms to the result of function

if daemonEndpoints has a value, transforms to the result of function

Source:
NodeStatus.scala

if images has a value, transforms to the result of function

if images has a value, transforms to the result of function

Source:
NodeStatus.scala

if nodeInfo has a value, transforms to the result of function

if nodeInfo has a value, transforms to the result of function

Source:
NodeStatus.scala

if phase has a value, transforms to the result of function

if phase has a value, transforms to the result of function

Source:
NodeStatus.scala

if volumesAttached has a value, transforms to the result of function

if volumesAttached has a value, transforms to the result of function

Source:
NodeStatus.scala

if volumesInUse has a value, transforms to the result of function

if volumesInUse has a value, transforms to the result of function

Source:
NodeStatus.scala

Returns a new data with addresses set to new value

Returns a new data with addresses set to new value

Source:
NodeStatus.scala

Returns a new data with allocatable set to new value

Returns a new data with allocatable set to new value

Source:
NodeStatus.scala

Returns a new data with capacity set to new value

Returns a new data with capacity set to new value

Source:
NodeStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Source:
NodeStatus.scala

Returns a new data with config set to new value

Returns a new data with config set to new value

Source:
NodeStatus.scala

Returns a new data with daemonEndpoints set to new value

Returns a new data with daemonEndpoints set to new value

Source:
NodeStatus.scala

Returns a new data with images set to new value

Returns a new data with images set to new value

Source:
NodeStatus.scala

Returns a new data with nodeInfo set to new value

Returns a new data with nodeInfo set to new value

Source:
NodeStatus.scala

Returns a new data with phase set to new value

Returns a new data with phase set to new value

Source:
NodeStatus.scala

Returns a new data with volumesAttached set to new value

Returns a new data with volumesAttached set to new value

Source:
NodeStatus.scala

Returns a new data with volumesInUse set to new value

Returns a new data with volumesInUse set to new value

Source:
NodeStatus.scala

Inherited methods

Inherited from:
Product