We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d77b8e + bd6b45c commit 2326454Copy full SHA for 2326454
content/zh/docs/concepts/workloads/controllers/cron-jobs.md
@@ -115,19 +115,7 @@ This example CronJob manifest prints the current time and a hello message every
115
# │ │ ┌───────────── 月的某天 (1 - 31)
116
# │ │ │ ┌───────────── 月份 (1 - 12)
117
# │ │ │ │ ┌───────────── 周的某天 (0 - 6)(周日到周一;在某些系统上,7 也是星期日)
118
-# │ │ │ │ │
119
120
121
-# * * * * *
122
-```
123
-
124
125
-# ┌───────────── 分钟 (0 - 59)
126
-# │ ┌───────────── 小时 (0 - 23)
127
-# │ │ ┌───────────── 月的某天 (1 - 31)
128
-# │ │ │ ┌───────────── 月份 (1 - 12)
129
-# │ │ │ │ ┌───────────── 周的某天 (0 - 6) (周日到周一;在某些系统上,7 也是星期日)
130
+# │ │ │ │ │ 或者是 sun,mon,tue,web,thu,fri,sat
131
# │ │ │ │ │
132
133
# * * * * *
0 commit comments