Kazan v0.11.0 Kazan.Apis.Core.V1.NodeStatus View Source
NodeStatus is information about the current status of a node.
OpenAPI Definition: io.k8s.api.core.v1.NodeStatus
Properties
addresses:: [Kazan.Apis.Core.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.Apis.Core.V1.NodeCondition]- Conditions is an array of current observed node conditions. More info.
config::Kazan.Apis.Core.V1.NodeConfigStatus- Status of the config assigned to the node via the dynamic Kubelet config feature.
daemon_endpoints::Kazan.Apis.Core.V1.NodeDaemonEndpoints- Endpoints of daemons running on the Node.
images:: [Kazan.Apis.Core.V1.ContainerImage]- List of container images on this node
node_info::Kazan.Apis.Core.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.Apis.Core.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.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.NodeStatus{
addresses: [Kazan.Apis.Core.V1.NodeAddress.t()],
allocatable: map(),
capacity: map(),
conditions: [Kazan.Apis.Core.V1.NodeCondition.t()],
config: Kazan.Apis.Core.V1.NodeConfigStatus.t(),
daemon_endpoints: Kazan.Apis.Core.V1.NodeDaemonEndpoints.t(),
images: [Kazan.Apis.Core.V1.ContainerImage.t()],
node_info: Kazan.Apis.Core.V1.NodeSystemInfo.t(),
phase: String.t(),
volumes_attached: [Kazan.Apis.Core.V1.AttachedVolume.t()],
volumes_in_use: [String.t()]
}