Constant K8S_CRONJOB_ANNOTATION

pub const K8S_CRONJOB_ANNOTATION: &'static str;
Expand description

The cronjob annotation placed on the CronJob, the key being the annotation name, the value being the annotation value.

§Notes

Examples:

  • An annotation retries with value 4 SHOULD be recorded as the k8s.cronjob.annotation.retries attribute with value "4".
  • An annotation data with empty string value SHOULD be recorded as the k8s.cronjob.annotation.data attribute with value "".

§Examples

  • "4"
  • ""