Skip to content

Commit b226bcd

Browse files
authored
Merge pull request #35633 from northes/main
[zh-cn] fix typo: remove extra "t"
2 parents 9f38827 + 1ca1ab4 commit b226bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ If you save the following YAML to `my-crontab.yaml`:
206206

207207
在创建了 CustomResourceDefinition 对象之后,你可以创建定制对象(Custom
208208
Objects)。定制对象可以包含定制字段。这些字段可以包含任意的 JSON 数据。
209-
在下面的例子中,在类别为 `CrontTab` 的定制对象中,设置了`cronSpec``image`
209+
在下面的例子中,在类别为 `CronTab` 的定制对象中,设置了`cronSpec``image`
210210
定制字段。类别 `CronTab` 来自你在上面所创建的 CRD 的规约。
211211

212212
如果你将下面的 YAML 保存到 `my-crontab.yaml`

0 commit comments

Comments
 (0)