website/content/zh-cn/docs/reference/glossary/customresourcedefinition.md

1.3 KiB
Raw Blame History

title id date full_link short_description aka tags
CustomResourceDefinition CustomResourceDefinition 2018-04-12 /zh-cn/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。