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 value weekly SHOULD be recorded as the k8s.cronjob.label.type attribute with value "weekly".
  • A label automated with empty string value SHOULD be recorded as the k8s.cronjob.label.automated attribute with value "".

§Examples

  • "weekly"
  • ""