Skip to content

Commit

Permalink
Promote job creation timestamp annotation to stable
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Szulik <soltysh@gmail.com>

Kubernetes-commit: db940099816bdc59f71ec16516e33881fab10f8b
  • Loading branch information
soltysh authored and k8s-publishing-bot committed Oct 25, 2024
1 parent dac1d89 commit fed59ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion batch/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const (

// CronJobScheduledTimestampAnnotation is the scheduled timestamp annotation for the Job.
// It records the original/expected scheduled timestamp for the running job, represented in RFC3339.
// The CronJob controller adds this annotation if the CronJobsScheduledAnnotation feature gate (beta in 1.28) is enabled.
CronJobScheduledTimestampAnnotation = labelPrefix + "cronjob-scheduled-timestamp"

JobCompletionIndexAnnotation = labelPrefix + "job-completion-index"
Expand Down

0 comments on commit fed59ee

Please sign in to comment.