K8S_NODE_CONDITION_STATUS

Constant K8S_NODE_CONDITION_STATUS 

Source
pub const K8S_NODE_CONDITION_STATUS: &'static str;
Expand description

The status of the condition, one of True, False, Unknown.

§Notes

This attribute aligns with the status field of the NodeCondition

§Examples

  • "true"
  • "false"
  • "unknown"