Skip to content

Commit 40fb57f

Browse files
authored
Merge pull request #41475 from KKtheGhost/sync/custom-resources
[zh-cn] sync concepts/extend-kubernetes/api-extension/custom-resources.md
2 parents a18b0bb + 1b8498e commit 40fb57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ methods for adding custom resources and how to choose between them.
2929
## Custom resources
3030
3131
A *resource* is an endpoint in the [Kubernetes API](/docs/concepts/overview/kubernetes-api/) that
32-
stores a collection of [API objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/)
32+
stores a collection of {{< glossary_tooltip text="API objects" term_id="object" >}}
3333
of a certain kind; for example, the built-in *pods* resource contains a collection of Pod objects.
3434
-->
3535
## 定制资源 {#custom-resources}
3636

3737
**资源(Resource)**
3838
[Kubernetes API](/zh-cn/docs/concepts/overview/kubernetes-api/) 中的一个端点,
3939
其中存储的是某个类别的
40-
[API 对象](/zh-cn/docs/concepts/overview/working-with-objects/kubernetes-objects/)的一个集合。
40+
{{< glossary_tooltip text="API 对象" term_id="object" >}}的一个集合。
4141
例如内置的 **Pod** 资源包含一组 Pod 对象。
4242

4343
<!--

0 commit comments

Comments
 (0)