Kazan v0.2.0 Kazan.Models.V1.NodeStatus
NodeStatus is information about the current status of a node.
Properties
addresses
:: [Kazan.Models.V1.NodeAddress
]- List of addresses reachable to the node. Queried from cloud provider, if available. More info.
allocatable
::Map
- Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.
capacity
::Map
- Capacity represents the total resources of a node. More info.
conditions
:: [Kazan.Models.V1.NodeCondition
]- Conditions is an array of current observed node conditions. More info.
daemon_endpoints
::Kazan.Models.V1.NodeDaemonEndpoints
- Endpoints of daemons running on the Node.
images
:: [Kazan.Models.V1.ContainerImage
]- List of container images on this node
node_info
::Kazan.Models.V1.NodeSystemInfo
- Set of ids/uuids to uniquely identify the node. More info.
phase
::String
- NodePhase is the recently observed lifecycle phase of the node. More info.
volumes_attached
:: [Kazan.Models.V1.AttachedVolume
]- List of volumes that are attached to the node.
volumes_in_use
:: [String
]- List of attachable volumes in use (mounted) by the node.