Files
website/content/zh/docs/reference/glossary/customresourcedefinition.md
AdamDang b0abfdb195 zh-trans: add customresourcedefinition.md (#11242)
zh-trans: add customresourcedefinition.md
2018-11-24 00:56:54 -08:00

47 lines
1.3 KiB
Markdown

---
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
---
<!--
---
title: CustomResourceDefinition
id: CustomResourceDefinition
date: 2018-04-12
full_link: docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/
short_description: >
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
aka:
tags:
- fundamental
- operation
- extension
---
-->
<!--
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
-->
通过定制化的代码给您的 Kubernetes API 服务器增加资源对象,而无需编译完整的定制 API 服务器。
<!--more-->
<!--
Custom Resource Definitions let you extend the Kubernetes API for your environment if the publicly supported API resources can't meet your needs.
-->
当 Kubernetes 公开支持的 API 资源不能满足您的需要时,定制资源对象(Custom Resource Definitions)让您可以在您的环境上扩展 Kubernetes API。