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
retrieswith value4SHOULD be recorded as thek8s.cronjob.annotation.retriesattribute with value"4". - An annotation
datawith empty string value SHOULD be recorded as thek8s.cronjob.annotation.dataattribute with value"".
§Examples
"4"""