Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.85 KB

V1NodeStatus.md

File metadata and controls

20 lines (16 loc) · 1.85 KB

V1NodeStatus

Properties

Name Type Description Notes
Addresses []V1NodeAddress List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses [optional]
Allocatable map[string]string Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. [optional]
Capacity map[string]string Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity [optional]
Conditions []V1NodeCondition Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition [optional]
Config V1NodeConfigStatus [optional]
DaemonEndpoints V1NodeDaemonEndpoints [optional]
Images []V1ContainerImage List of container images on this node [optional]
NodeInfo V1NodeSystemInfo [optional]
Phase string 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. [optional]
VolumesAttached []V1AttachedVolume List of volumes that are attached to the node. [optional]
VolumesInUse []string List of attachable volumes in use (mounted) by the node. [optional]

[Back to Model list] [Back to API list] [Back to README]