Skip to content

Commit ec822da

Browse files
committed
[ja] Translated content/ja/docs/reference/glossary/manifest.md into Japanese
1 parent 1194953 commit ec822da

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)