Examples:
kubernetes.io/enforce-mountable-secrets with value true SHOULD be recorded as
the k8s.pod.annotation.kubernetes.io/enforce-mountable-secrets attribute with value "true".mycompany.io/arch with value x64 SHOULD be recorded as
the k8s.pod.annotation.mycompany.io/arch attribute with value "x64".data with empty string value SHOULD be recorded as
the k8s.pod.annotation.data attribute with value "".
The annotation placed on the Pod, the
<key>being the annotation name, the value being the annotation value.