Mark CronJob as beta (#17985)

CronJob went beta in v1.8 and is not yet in general availability.
This commit is contained in:
Tim Bannister
2019-12-16 14:09:37 +00:00
committed by Kubernetes Prow Robot
parent 114743a28b
commit 8af5fb9ffb
2 changed files with 4 additions and 12 deletions
@@ -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