Constant K8S_JOB_LABEL
pub const K8S_JOB_LABEL: &'static str;Expand description
The label placed on the Job, the key being the label name, the value being the label value, even if the value is empty.
§Notes
Examples:
- A label
jobtypewith valueciSHOULD be recorded as thek8s.job.label.jobtypeattribute with value"ci". - A label
datawith empty string value SHOULD be recorded as thek8s.job.label.automatedattribute with value"".
§Examples
"ci"""