Merge pull request #22206 from ydcool/zh-trans-glossary-manifest

Add zh trans for docs/reference/glossary/mainfest.md
pull/22236/head
Kubernetes Prow Robot 2020-06-30 21:38:06 -07:00 committed by GitHub
commit dca74c8e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
---
title: 清单
id: manifest
date: 2019-06-28
short_description: >
一个或多个 Kubernetes API 对象的序列化规范。
aka:
tags:
- fundamental
---
JSON 或 YAML 格式的 Kubernetes API 对象规范。
<!--
---
title: Manifest
id: manifest
date: 2019-06-28
short_description: >
A serialized specification of one or more Kubernetes API objects.
aka:
tags:
- fundamental
---
Specification of a Kubernetes API object in JSON or YAML format.
-->
<!--more-->
<!--
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.
-->
清单指定了在应用该清单时 Kubrenetes 将维护的对象的期望状态。每个配置文件可包含多个清单。