Kazan v0.1.0 Kazan.Models.V1.NodeStatus
NodeStatus is information about the current status of a node.
Properties
addresses
- List of addresses reachable to the node. Queried from cloud provider, if available. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-addressesallocatable
- 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: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity for more details.conditions
- Conditions is an array of current observed node conditions. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-conditiondaemon_endpoints
- Endpoints of daemons running on the Node. SeeKazan.Models.V1.NodeDaemonEndpoints
.images
- List of container images on this nodenode_info
- Set of ids/uuids to uniquely identify the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-info SeeKazan.Models.V1.NodeSystemInfo
.phase
- NodePhase is the recently observed lifecycle phase of the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-phase The field is never populated, and now is deprecated.volumes_attached
- List of volumes that are attached to the node.volumes_in_use
- List of attachable volumes in use (mounted) by the node.