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 731cb67 commit 766430fCopy full SHA for 766430f
content/ja/docs/reference/glossary/customresourcedefinition.md
@@ -0,0 +1,19 @@
1
+---
2
+title: カスタムリソース定義(Custom Resource Definitions)
3
+id: CustomResourceDefinition
4
+date: 2018-04-12
5
+full_link: /docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
6
+short_description: >
7
+ 拡張APIサーバーを構築することなく、Kubernetes APIサーバーに追加するリソースを定義するカスタムコードです。
8
+
9
+aka:
10
+tags:
11
+- fundamental
12
+- operation
13
+- extension
14
15
16
17
+<!--more-->
18
19
+公開されているサポート対象のAPIリソースではニーズを満たせない場合、カスタムリソース定義(Custom Resource Definitions)を使用することで環境に合わせてKubernetes APIを拡張できます。
0 commit comments