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
typewith valueweeklySHOULD be recorded as thek8s.cronjob.label.typeattribute with value"weekly". - A label
automatedwith empty string value SHOULD be recorded as thek8s.cronjob.label.automatedattribute with value"".
§Examples
"weekly"""