Merge pull request #42425 from bzsuni/concepts/overview/working-with-objects/_index

[zh-cn] sync concepts/overview/working-with-objects/_index.md
This commit is contained in:
Kubernetes Prow Robot 2023-08-07 02:26:31 -07:00 committed by GitHub
commit 3ad65f0090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ Here's an example `.yaml` file that shows the required fields and object spec fo
-->
这里有一个 `.yaml` 示例文件,展示了 Kubernetes Deployment 的必需字段和对象 `spec`
{{< codenew file="application/deployment.yaml" >}}
{{< code file="application/deployment.yaml" >}}
<!--
One way to create a Deployment using a `.yaml` file like the one above is to use the