Constant K8S_POD_LABEL
pub const K8S_POD_LABEL: &'static str;Expand description
The label placed on the Pod, the key being the label name, the value being the label value.
§Notes
Examples:
- A label
appwith valuemy-appSHOULD be recorded as thek8s.pod.label.appattribute with value"my-app". - A label
mycompany.io/archwith valuex64SHOULD be recorded as thek8s.pod.label.mycompany.io/archattribute with value"x64". - A label
datawith empty string value SHOULD be recorded as thek8s.pod.label.dataattribute with value"".
§Examples
"my-app""x64"""