Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.68 KB

V1NodeStatus.md

File metadata and controls

17 lines (13 loc) · 1.68 KB

V1NodeStatus

Properties

Name Type Description Notes
capacity object Capacity represents the total resources of a node. More info: http://releases.k8s.io/release-1.2/docs/user-guide/persistent-volumes.md#capacity for more details. [optional]
allocatable object Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. [optional]
phase str NodePhase is the recently observed lifecycle phase of the node. More info: http://releases.k8s.io/release-1.2/docs/admin/node.md#node-phase [optional]
conditions list[V1NodeCondition] Conditions is an array of current observed node conditions. More info: http://releases.k8s.io/release-1.2/docs/admin/node.md#node-condition [optional]
addresses list[V1NodeAddress] List of addresses reachable to the node. Queried from cloud provider, if available. More info: http://releases.k8s.io/release-1.2/docs/admin/node.md#node-addresses [optional]
daemon_endpoints V1NodeDaemonEndpoints Endpoints of daemons running on the Node. [optional]
node_info V1NodeSystemInfo Set of ids/uuids to uniquely identify the node. More info: http://releases.k8s.io/release-1.2/docs/admin/node.md#node-info [optional]
images list[V1ContainerImage] List of container images on this node

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