Mark CronJob as beta (#17985)
CronJob went beta in v1.8 and is not yet in general availability.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
114743a28b
commit
8af5fb9ffb
@@ -10,6 +10,8 @@ weight: 80
|
||||
|
||||
{{% capture overview %}}
|
||||
|
||||
{{< feature-state for_k8s_version="v1.8" state="beta" >}}
|
||||
|
||||
A _Cron Job_ creates [Jobs](/docs/concepts/workloads/controllers/jobs-run-to-completion/) on a time-based schedule.
|
||||
|
||||
One CronJob object is like one line of a _crontab_ (cron table) file. It runs a job periodically
|
||||
|
||||
Reference in New Issue
Block a user