Files
website/content/en/docs/reference/glossary/customresourcedefinition.md
Karen Bradshaw 5fe8c3ca5e move setup konnectivity svc
move api-access to extend-kubernetes
2020-06-10 16:06:01 -04: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/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.