You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/glossary/manifest.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ aka:
9
9
tags:
10
10
- fundamental
11
11
---
12
-
JSON 或 YAML 格式的 Kubernetes API 对象规范。
12
+
[JSON](https://www.json.org/json-en.html)
13
+
或 [YAML](https://yaml.org/) 格式的 Kubernetes API 对象规约。
13
14
14
15
<!--
15
16
title: Manifest
@@ -21,12 +22,15 @@ short_description: >
21
22
aka:
22
23
tags:
23
24
- 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.
25
27
-->
26
28
27
29
<!--more-->
28
30
29
31
<!--
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.
0 commit comments