Skip to content

Commit 766430f

Browse files
Tamilselvanbells17Okabe-Junya
authored
[ja] Translate CustomResourceDefinition (#46725)
* CustomResourceDefinition initial transulation * Update content/ja/docs/reference/glossary/customresourcedefinition.md Co-authored-by: bells17 <[email protected]> * Update content/ja/docs/reference/glossary/customresourcedefinition.md Co-authored-by: bells17 <[email protected]> * Update content/ja/docs/reference/glossary/customresourcedefinition.md Co-authored-by: Junya Okabe <[email protected]> * updated short desc * Update content/ja/docs/reference/glossary/customresourcedefinition.md Co-authored-by: Junya Okabe <[email protected]> * Update content/ja/docs/reference/glossary/customresourcedefinition.md Co-authored-by: Junya Okabe <[email protected]> * Update content/ja/docs/reference/glossary/customresourcedefinition.md Co-authored-by: Junya Okabe <[email protected]> --------- Co-authored-by: bells17 <[email protected]> Co-authored-by: Junya Okabe <[email protected]>
1 parent 731cb67 commit 766430f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
拡張APIサーバーを構築することなく、Kubernetes APIサーバーに追加するリソースを定義するカスタムコードです。
16+
17+
<!--more-->
18+
19+
公開されているサポート対象のAPIリソースではニーズを満たせない場合、カスタムリソース定義(Custom Resource Definitions)を使用することで環境に合わせてKubernetes APIを拡張できます。

0 commit comments

Comments
 (0)