final case class NodeStatus(volumesInUse: Option[Seq[String]] = None, conditions: Option[Seq[NodeCondition]] = None, nodeInfo: Option[NodeSystemInfo] = None, volumesAttached: Option[Seq[AttachedVolume]] = None, phase: Option[String] = None, config: Option[NodeConfigStatus] = None, allocatable: Option[Map[String, Quantity]] = None, images: Option[Seq[ContainerImage]] = None, daemonEndpoints: Option[NodeDaemonEndpoints] = None, addresses: Option[Seq[NodeAddress]] = None, capacity: Option[Map[String, Quantity]] = None) extends Product with Serializable
NodeStatus is information about the current status of a node.
- Source
- NodeStatus.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeStatus
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NodeStatus(volumesInUse: Option[Seq[String]] = None, conditions: Option[Seq[NodeCondition]] = None, nodeInfo: Option[NodeSystemInfo] = None, volumesAttached: Option[Seq[AttachedVolume]] = None, phase: Option[String] = None, config: Option[NodeConfigStatus] = None, allocatable: Option[Map[String, Quantity]] = None, images: Option[Seq[ContainerImage]] = None, daemonEndpoints: Option[NodeDaemonEndpoints] = None, addresses: Option[Seq[NodeAddress]] = None, capacity: Option[Map[String, Quantity]] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAddresses(newValues: NodeAddress*): NodeStatus
- def addAllocatable(newValues: (String, Quantity)*): NodeStatus
- def addCapacity(newValues: (String, Quantity)*): NodeStatus
- def addConditions(newValues: NodeCondition*): NodeStatus
- def addImages(newValues: ContainerImage*): NodeStatus
- def addVolumesAttached(newValues: AttachedVolume*): NodeStatus
- def addVolumesInUse(newValues: String*): NodeStatus
- val addresses: Option[Seq[NodeAddress]]
- val allocatable: Option[Map[String, Quantity]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val capacity: Option[Map[String, Quantity]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val conditions: Option[Seq[NodeCondition]]
- val config: Option[NodeConfigStatus]
- val daemonEndpoints: Option[NodeDaemonEndpoints]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val images: Option[Seq[ContainerImage]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeInfo: Option[NodeSystemInfo]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val phase: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val volumesAttached: Option[Seq[AttachedVolume]]
- val volumesInUse: Option[Seq[String]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withAddresses(value: Seq[NodeAddress]): NodeStatus
- def withAllocatable(value: Map[String, Quantity]): NodeStatus
- def withCapacity(value: Map[String, Quantity]): NodeStatus
- def withConditions(value: Seq[NodeCondition]): NodeStatus
- def withConfig(value: NodeConfigStatus): NodeStatus
- def withDaemonEndpoints(value: NodeDaemonEndpoints): NodeStatus
- def withImages(value: Seq[ContainerImage]): NodeStatus
- def withNodeInfo(value: NodeSystemInfo): NodeStatus
- def withPhase(value: String): NodeStatus
- def withVolumesAttached(value: Seq[AttachedVolume]): NodeStatus
- def withVolumesInUse(value: Seq[String]): NodeStatus