Skip to content

Commit 5222d85

Browse files
authored
Merge pull request #48315 from RifeWang/sync-zh-reference/manifest
[zh-cn] sync reference/manifest.md
2 parents d7e8661 + 804c3ca commit 5222d85

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

content/zh-cn/docs/reference/glossary/manifest.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ aka:
99
tags:
1010
- fundamental
1111
---
12-
JSON 或 YAML 格式的 Kubernetes API 对象规范。
12+
[JSON](https://www.json.org/json-en.html)
13+
[YAML](https://yaml.org/) 格式的 Kubernetes API 对象规约。
1314

1415
<!--
1516
title: Manifest
@@ -21,12 +22,15 @@ short_description: >
2122
aka:
2223
tags:
2324
- fundamental
24-
Specification of a Kubernetes API object in JSON or YAML format.
25+
Specification of a Kubernetes API object in [JSON](https://www.json.org/json-en.html)
26+
or [YAML](https://yaml.org/) format.
2527
-->
2628

2729
<!--more-->
2830

2931
<!--
30-
A manifest specifies the desired state of an object that Kubernetes will maintain when you apply the manifest. Each configuration file can contain multiple manifests.
32+
A manifest specifies the desired state of an object that Kubernetes will maintain when you apply the manifest.
33+
For YAML format, each file can contain multiple manifests.
3134
-->
32-
清单指定了在应用该清单时 kubernetes 将维护的对象的期望状态。每个配置文件可包含多个清单。
35+
清单指定在应用该清单时 kubernetes 将维护的对象的期望状态。
36+
对于 YAML 格式,每个文件可包含多个清单。

0 commit comments

Comments
 (0)