pub const K8S_DAEMONSET_LABEL: &str = "k8s.daemonset.label";Expand description
The label placed on the DaemonSet, the key being the label name, the value being the label value, even if the value is empty.
§Notes
Examples:
- A label
appwith valueguestbookSHOULD be recorded as thek8s.daemonset.label.appattribute with value"guestbook". - A label
datawith empty string value SHOULD be recorded as thek8s.daemonset.label.injectedattribute with value"".
§Examples
"guestbook"""