165f7410ca
* Create manifest.md * Update manifest.md
35 lines
785 B
Markdown
35 lines
785 B
Markdown
---
|
|
title: 清单
|
|
id: manifest
|
|
date: 2019-06-28
|
|
short_description: >
|
|
一个或多个 Kubernetes API 对象的序列化规范。
|
|
|
|
aka:
|
|
tags:
|
|
- fundamental
|
|
---
|
|
<!--
|
|
---
|
|
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.
|
|
-->
|
|
JSON 或 YAML 格式的 Kubernetes API 对象的规范。
|
|
|
|
<!--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.
|
|
-->
|
|
清单指定了应用清单时 Kubernetes 将维护的对象的所需状态,每个配置文件可以包含多个清单。
|