From ec822dae11aa0949944916a158e13a3f78b0ffc6 Mon Sep 17 00:00:00 2001 From: kita456 Date: Fri, 21 Nov 2025 00:11:18 +0900 Subject: [PATCH] [ja] Translated content/ja/docs/reference/glossary/manifest.md into Japanese --- content/ja/docs/reference/glossary/manifest.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/ja/docs/reference/glossary/manifest.md diff --git a/content/ja/docs/reference/glossary/manifest.md b/content/ja/docs/reference/glossary/manifest.md new file mode 100644 index 0000000000000..849662a2bfec9 --- /dev/null +++ b/content/ja/docs/reference/glossary/manifest.md @@ -0,0 +1,16 @@ +--- +title: Manifest +id: manifest +date: 2019-06-28 +short_description: > + 1つ以上のKubernetes APIオブジェクトをシリアライズした仕様です。 + +aka: +tags: +- fundamental +--- +[JSON](https://www.json.org/json-en.html)または[YAML](https://yaml.org/)形式で記述されたKubernetes APIオブジェクトの仕様です。 + + +マニフェストは、適用時にKubernetesが維持するオブジェクトの望ましい状態を指定します。 +YAML形式の場合、1つのファイルに複数のマニフェストを含めることができます。 \ No newline at end of file