2018-05-05 16:00:51 +00:00
|
|
|
---
|
|
|
|
title: CustomResourceDefinition
|
|
|
|
id: CustomResourceDefinition
|
|
|
|
date: 2018-04-12
|
2020-05-04 22:56:23 +00:00
|
|
|
full_link: /docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
|
2018-05-05 16:00:51 +00:00
|
|
|
short_description: >
|
|
|
|
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
|
|
|
|
|
|
|
|
aka:
|
|
|
|
tags:
|
|
|
|
- fundamental
|
|
|
|
- operation
|
|
|
|
- extension
|
|
|
|
---
|
|
|
|
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
|
|
|
|
|
2020-05-04 22:56:23 +00:00
|
|
|
<!--more-->
|
2018-05-05 16:00:51 +00:00
|
|
|
|
2020-05-04 22:56:23 +00:00
|
|
|
Custom Resource Definitions let you extend the Kubernetes API for your environment if the publicly supported API resources can't meet your needs.
|