Constant K8S_CRONJOB_LABEL
pub const K8S_CRONJOB_LABEL: &'static str;
Expand description
The label placed on the CronJob, the key
being the label name, the value being the label value.
§Notes
Examples:
- A label
type
with valueweekly
SHOULD be recorded as thek8s.cronjob.label.type
attribute with value"weekly"
. - A label
automated
with empty string value SHOULD be recorded as thek8s.cronjob.label.automated
attribute with value""
.
§Examples
"weekly"
""