We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1194953 commit ec822daCopy full SHA for ec822da
content/ja/docs/reference/glossary/manifest.md
@@ -0,0 +1,16 @@
1
+---
2
+title: Manifest
3
+id: manifest
4
+date: 2019-06-28
5
+short_description: >
6
+ 1つ以上のKubernetes APIオブジェクトをシリアライズした仕様です。
7
+
8
+aka:
9
+tags:
10
+- fundamental
11
12
+[JSON](https://www.json.org/json-en.html)または[YAML](https://yaml.org/)形式で記述されたKubernetes APIオブジェクトの仕様です。
13
14
+<!--more-->
15
+マニフェストは、適用時にKubernetesが維持するオブジェクトの望ましい状態を指定します。
16
+YAML形式の場合、1つのファイルに複数のマニフェストを含めることができます。
0 commit comments