Constant K8S_NODE_ANNOTATION
pub const K8S_NODE_ANNOTATION: &'static str;Expand description
The annotation placed on the Node, the key being the annotation name, the value being the annotation value, even if the value is empty.
§Notes
Examples:
- An annotation
node.alpha.kubernetes.io/ttlwith value0SHOULD be recorded as thek8s.node.annotation.node.alpha.kubernetes.io/ttlattribute with value"0". - An annotation
datawith empty string value SHOULD be recorded as thek8s.node.annotation.dataattribute with value"".
§Examples
"0"""