Files
website/content/en/docs/reference/glossary/customresourcedefinition.md
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

640 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
CustomResourceDefinition CustomResourceDefinition 2018-04-12 /docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/ Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
fundamental
operation
extension

Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.

Custom Resource Definitions let you extend the Kubernetes API for your environment if the publicly supported API resources can't meet your needs.