Files
website/content/zh/docs/reference/glossary/customresourcedefinition.md
2020-11-27 08:57:08 +08:00

1.3 KiB

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
CustomResourceDefinition CustomResourceDefinition 2018-04-12 /zh/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/ 通过定制化的代码给您的 Kubernetes API 服务器增加资源对象,而无需编译完整的定制 API 服务器。
fundamental
operation
extension

通过定制化的代码给您的 Kubernetes API 服务器增加资源对象,而无需编译完整的定制 API 服务器。

当 Kubernetes 公开支持的 API 资源不能满足您的需要时,定制资源对象(Custom Resource Definitions)让您可以在您的环境上扩展 Kubernetes API。