From b0abfdb1958fb323836d9955e966d97c185dbda6 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sat, 24 Nov 2018 16:56:54 +0800 Subject: [PATCH] zh-trans: add customresourcedefinition.md (#11242) zh-trans: add customresourcedefinition.md --- .../glossary/customresourcedefinition.md | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 content/zh/docs/reference/glossary/customresourcedefinition.md diff --git a/content/zh/docs/reference/glossary/customresourcedefinition.md b/content/zh/docs/reference/glossary/customresourcedefinition.md new file mode 100644 index 0000000000..510d26d3bc --- /dev/null +++ b/content/zh/docs/reference/glossary/customresourcedefinition.md @@ -0,0 +1,46 @@ +--- +title: CustomResourceDefinition +id: CustomResourceDefinition +date: 2018-04-12 +full_link: docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/ +short_description: > + 通过定制化的代码给您的 Kubernetes API 服务器增加资源对象,而无需编译完整的定制 API 服务器。 + +aka: +tags: +- fundamental +- operation +- extension +--- + + + + + + 通过定制化的代码给您的 Kubernetes API 服务器增加资源对象,而无需编译完整的定制 API 服务器。 + + + + + +当 Kubernetes 公开支持的 API 资源不能满足您的需要时,定制资源对象(Custom Resource Definitions)让您可以在您的环境上扩展 Kubernetes API。 +