Skip to content

Commit d8e607e

Browse files
committed
[zh] sync /kubernetes-objects.md
1 parent 1cff40e commit d8e607e

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

content/zh-cn/docs/concepts/overview/working-with-objects/kubernetes-objects.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ nested fields specific to that object. The [Kubernetes API Reference](/docs/refe
192192
can help you find the spec format for all of the objects you can create using Kubernetes.
193193
-->
194194
对每个 Kubernetes 对象而言,其 `spec` 之精确格式都是不同的,包含了特定于该对象的嵌套字段。
195-
我们能在 [Kubernetes API 参考](/zh-cn/docs/reference/kubernetes-api/)
196-
找到我们想要在 Kubernetes 上创建的任何对象的规约格式
195+
[Kubernetes API 参考](/zh-cn/docs/reference/kubernetes-api/)可以帮助你找到想要使用
196+
Kubernetes 创建的所有对象的规约格式
197197

198198
<!--
199199
For example, see the [`spec` field](/docs/reference/kubernetes-api/workload-resources/pod-v1/#PodSpec)
@@ -224,11 +224,17 @@ detail the structure of that `.status` field, and its content for each different
224224
## {{% heading "whatsnext" %}}
225225

226226
<!--
227-
* Learn about the most important basic Kubernetes objects, such as [Pod](/docs/concepts/workloads/pods/).
228-
* Learn about [controllers](/docs/concepts/architecture/controller/) in Kubernetes.
229-
* [Using the Kubernetes API](/docs/reference/using-api/) explains some more API concepts.
227+
Learn more about the following:
228+
* [Pods](https://kubernetes.io/docs/concepts/workloads/pods/) which are the most important basic Kubernetes objects.
229+
* [Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) objects.
230+
* [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) in Kubernetes.
231+
* [Kubernetes API overview](https://kubernetes.io/docs/reference/using-api/) which explains some more API concepts.
232+
* [kubectl](https://kubernetes.io/docs/reference/kubectl/) and [kubectl commands](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands).
230233
-->
231-
* 了解最重要的 Kubernetes 基本对象,例如 [Pod](/zh-cn/docs/concepts/workloads/pods/)
232-
* 了解 Kubernetes 中的[控制器](/zh-cn/docs/concepts/architecture/controller/)
233-
* [使用 Kubernetes API](/zh-cn/docs/reference/using-api/) 一节解释了一些 API 概念。
234+
进一步了解以下信息:
235+
* 最重要的 Kubernetes 基本对象 [Pod](/zh-cn/docs/concepts/workloads/pods/)
236+
* [Deployment](/zh-cn/docs/concepts/workloads/controllers/deployment/) 对象。
237+
* Kubernetes 中的[控制器](/zh-cn/docs/concepts/architecture/controller/)
238+
* 解释了一些 API 概念的 [Kubernetes API 概述](/zh-cn/docs/reference/using-api/)
239+
* [kubectl](/zh-cn/docs/reference/kubectl/)[kubectl 命令](/docs/reference/generated/kubectl/kubectl-commands)
234240

0 commit comments

Comments
 (0)