Skip to main content

K8S_NODE_CONDITION_TYPE

Constant K8S_NODE_CONDITION_TYPE 

pub const K8S_NODE_CONDITION_TYPE: &'static str;
Expand description

The condition type of a K8s Node.

§Notes

K8s Node conditions as described by K8s documentation.

This attribute aligns with the type field of the NodeCondition

The set of possible values is not limited to those listed here. Managed Kubernetes environments, or custom controllers MAY introduce additional node condition types. When this occurs, the exact value as reported by the Kubernetes API SHOULD be used.

§Examples

  • "Ready"
  • "DiskPressure"