NodeStatus

io.k8s.api.core.v1.NodeStatus
See theNodeStatus companion object
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.

Attributes

Companion:
object
Source:
NodeStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to addresses

Appends new values to addresses

Attributes

Source:
NodeStatus.scala

Adds new values to allocatable

Adds new values to allocatable

Attributes

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

Adds new values to capacity

Adds new values to capacity

Attributes

Source:
NodeStatus.scala

Appends new values to conditions

Appends new values to conditions

Attributes

Source:
NodeStatus.scala

Appends new values to images

Appends new values to images

Attributes

Source:
NodeStatus.scala

Appends new values to volumesAttached

Appends new values to volumesAttached

Attributes

Source:
NodeStatus.scala

Appends new values to volumesInUse

Appends new values to volumesInUse

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
NodeStatus.scala

Returns a new data with addresses set to new value

Returns a new data with addresses set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with allocatable set to new value

Returns a new data with allocatable set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with capacity set to new value

Returns a new data with capacity set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with config set to new value

Returns a new data with config set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with daemonEndpoints set to new value

Returns a new data with daemonEndpoints set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with images set to new value

Returns a new data with images set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with nodeInfo set to new value

Returns a new data with nodeInfo set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with phase set to new value

Returns a new data with phase set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with volumesAttached set to new value

Returns a new data with volumesAttached set to new value

Attributes

Source:
NodeStatus.scala

Returns a new data with volumesInUse set to new value

Returns a new data with volumesInUse set to new value

Attributes

Source:
NodeStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product