docs-fr | reference | glossary | cronjob.md (#15299)

pull/15313/head
Ryan Zidago 2019-07-05 10:38:35 +02:00 committed by Kubernetes Prow Robot
parent 5d56ee4d2c
commit 36bf429d58
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
title: CronJob
id: cronjob
date: 2018-04-12
full_link: /docs/concepts/workloads/controllers/cron-jobs/
short_description: >
Gère une [Tâche](/docs/concepts/workloads/controllers/jobs-run-to-completion/) qui s'exécute périodiquement.
aka:
tags:
- core-object
- workload
---
Gère une [Tâche](/docs/concepts/workloads/controllers/jobs-run-to-completion/) qui s'exécute périodiquement.
<!--more-->
Semblable à une ligne dans un fichier *crontab*, un objet Cronjob spécifie une planification en utilisant le format [cron](https://en.wikipedia.org/wiki/Cron).