Skip to content

Commit

Permalink
Fix translation (kubernetes#13392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikki Shoka committed Apr 21, 2019
1 parent 739b014 commit ad2592e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ weight: 80

_CronJob_ は時刻ベースのスケジュールによる[Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/)を作成します。

_CronJob_ オブジェクトとは _crontab_ (cron table)ファイルのようなものです。指定のスケジュールの基づき、定期的にジョブが実行されます。
_CronJob_ オブジェクトとは _crontab_ (cron table)ファイルでみられる一行のようなものです。指定のスケジュールの基づき、定期的にジョブが実行されます。
スケジュールでは[Cron](https://en.wikipedia.org/wiki/Cron)形式で記述されます。

{{< note >}}
Expand Down

0 comments on commit ad2592e

Please sign in to comment.