OBJECT

KubernetesKindNodeStatus

Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

link GraphQL Schema definition

  • type KubernetesKindNodeStatus {
  • # NodeAddress contains information for the node's address.
  • addresses: [KubernetesKindNodeStatusAddresses]
  • # Allocatable represents the resources of a node that are available for
  • # scheduling. Defaults to Capacity.
  • allocatable: [Tag!]
  • # Capacity represents the total resources of a node. More info:
  • # https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
  • capacity: [Tag!]
  • # NodeCondition contains condition information for a node.
  • conditions: [KubernetesKindNodeStatusConditions]
  • # Status of the config assigned to the node via the dynamic Kubelet config
  • # feature.
  • config: KubernetesKindNodeStatusConfig
  • # Endpoints of daemons running on the Node.
  • daemonEndpoints: KubernetesKindNodeStatusDaemonEndpoints
  • # Describe a container image
  • images: [KubernetesKindNodeStatusImages]
  • # Set of ids/uuids to uniquely identify the node. More info:
  • # https://kubernetes.io/docs/concepts/nodes/node/#info
  • nodeInfo: KubernetesKindNodeStatusNodeInfo
  • # 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.
  • phase: String
  • # AttachedVolume describes a volume attached to a node
  • volumesAttached: [KubernetesKindNodeStatusVolumesAttached]
  • volumesInUse: [String]
  • }