Constant K8S_POD_ANNOTATION
pub const K8S_POD_ANNOTATION: &'static str;Expand description
The annotation placed on the Pod, the key being the annotation name, the value being the annotation value.
§Notes
Examples:
- An annotation
kubernetes.io/enforce-mountable-secretswith valuetrueSHOULD be recorded as thek8s.pod.annotation.kubernetes.io/enforce-mountable-secretsattribute with value"true". - An annotation
mycompany.io/archwith valuex64SHOULD be recorded as thek8s.pod.annotation.mycompany.io/archattribute with value"x64". - An annotation
datawith empty string value SHOULD be recorded as thek8s.pod.annotation.dataattribute with value"".
§Examples
"true""x64"""