From 1ca1ab4e64a8e6eb17830eaec4770a287edb047b Mon Sep 17 00:00:00 2001 From: Northes Date: Tue, 2 Aug 2022 20:20:46 +0800 Subject: [PATCH] [zh-cn] fix typo: remove extra "t" --- .../custom-resources/custom-resource-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md b/content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md index 67db6aa6839..5db064b5108 100644 --- a/content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md +++ b/content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md @@ -206,7 +206,7 @@ If you save the following YAML to `my-crontab.yaml`: 在创建了 CustomResourceDefinition 对象之后,你可以创建定制对象(Custom Objects)。定制对象可以包含定制字段。这些字段可以包含任意的 JSON 数据。 -在下面的例子中,在类别为 `CrontTab` 的定制对象中,设置了`cronSpec` 和 `image` +在下面的例子中,在类别为 `CronTab` 的定制对象中,设置了`cronSpec` 和 `image` 定制字段。类别 `CronTab` 来自你在上面所创建的 CRD 的规约。 如果你将下面的 YAML 保存到 `my-crontab.yaml`: