Skip to content

Commit 02d7152

Browse files
committed
add zh trans for docs/reference/glossary/mainfest.md
1 parent 595acd2 commit 02d7152

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: 清单
3+
id: manifest
4+
date: 2019-06-28
5+
short_description: >
6+
一个或多个 Kubernetes API 对象的序列化规范。
7+
8+
aka:
9+
tags:
10+
- fundamental
11+
---
12+
JSON 或 YAML 格式的 Kubernetes API 对象规范。
13+
14+
<!--
15+
---
16+
title: Manifest
17+
id: manifest
18+
date: 2019-06-28
19+
short_description: >
20+
A serialized specification of one or more Kubernetes API objects.
21+
22+
aka:
23+
tags:
24+
- fundamental
25+
---
26+
Specification of a Kubernetes API object in JSON or YAML format.
27+
-->
28+
29+
<!--more-->
30+
31+
<!--
32+
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.
33+
-->
34+
清单指定了在应用该清单时 Kubrenetes 将维护的对象的期望状态。每个配置文件可包含多个清单。

0 commit comments

Comments
 (0)