Files
website/content/en/docs/reference/glossary/customresourcedefinition.md
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

640 B
Executable File

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/access-kubernetes-api/extend-api-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.