case class NodeStatus(addresses: Option[Seq[NodeAddress]] = None, allocatable: Option[Map[String, Quantity]] = None, capacity: Option[Map[String, Quantity]] = None, conditions: Option[Seq[NodeCondition]] = None, config: Option[NodeConfigStatus] = None, daemonEndpoints: Option[NodeDaemonEndpoints] = None, images: Option[Seq[ContainerImage]] = None, nodeInfo: Option[NodeSystemInfo] = None, phase: Option[String] = None, volumesAttached: Option[Seq[AttachedVolume]] = None, volumesInUse: Option[Seq[String]] = None) extends Product with Serializable
NodeStatus is information about the current status of a node.
- addresses
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.
- allocatable
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity
- capacity
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
- conditions
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
- config
Status of the config assigned to the node via the dynamic Kubelet config feature.
- daemonEndpoints
Endpoints of daemons running on the Node.
- images
List of container images on this node
- nodeInfo
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
- phase
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.
- volumesAttached
List of volumes that are attached to the node.
- volumesInUse
List of attachable volumes in use (mounted) by the node.
- Alphabetic
- By Inheritance
- NodeStatus
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new NodeStatus(addresses: Option[Seq[NodeAddress]] = None, allocatable: Option[Map[String, Quantity]] = None, capacity: Option[Map[String, Quantity]] = None, conditions: Option[Seq[NodeCondition]] = None, config: Option[NodeConfigStatus] = None, daemonEndpoints: Option[NodeDaemonEndpoints] = None, images: Option[Seq[ContainerImage]] = None, nodeInfo: Option[NodeSystemInfo] = None, phase: Option[String] = None, volumesAttached: Option[Seq[AttachedVolume]] = None, volumesInUse: Option[Seq[String]] = None)
- addresses
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.
- allocatable
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity
- capacity
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
- conditions
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
- config
Status of the config assigned to the node via the dynamic Kubelet config feature.
- daemonEndpoints
Endpoints of daemons running on the Node.
- images
List of container images on this node
- nodeInfo
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
- phase
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.
- volumesAttached
List of volumes that are attached to the node.
- volumesInUse
List of attachable volumes in use (mounted) by the node.
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
- 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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val conditions: Option[Seq[NodeCondition]]
- val config: Option[NodeConfigStatus]
- val daemonEndpoints: Option[NodeDaemonEndpoints]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val phase: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val volumesAttached: Option[Seq[AttachedVolume]]
- val volumesInUse: Option[Seq[String]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated