File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/extend-kubernetes/api-extension Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ methods for adding custom resources and how to choose between them.
29
29
## Custom resources
30
30
31
31
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" >}}
33
33
of a certain kind; for example, the built-in *pods* resource contains a collection of Pod objects.
34
34
-->
35
35
## 定制资源 {#custom-resources}
36
36
37
37
** 资源(Resource)** 是
38
38
[ Kubernetes API] ( /zh-cn/docs/concepts/overview/kubernetes-api/ ) 中的一个端点,
39
39
其中存储的是某个类别的
40
- [ API 对象] ( /zh-cn/docs/concepts/overview/working-with-objects/kubernetes-objects/ ) 的一个集合。
40
+ {{< glossary_tooltip text=" API 对象" term_id="object" >}} 的一个集合。
41
41
例如内置的 ** Pod** 资源包含一组 Pod 对象。
42
42
43
43
<!--
You can’t perform that action at this time.
0 commit comments