Constant K8S_NODE_CONDITION_STATUS
pub const K8S_NODE_CONDITION_STATUS: &'static str;Available on crate features
opentelemetry and semconv_experimental only.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"