fix up CRD glossary term (#7428)

This commit is contained in:
Jennifer Rondeau
2018-02-16 16:17:38 -05:00
committed by k8s-ci-robot
parent 3c8a6fca4b
commit e6d8bf789f
+2 -2
View File
@@ -9,6 +9,6 @@ tags:
- extension
full-link: docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/
short-description: >
A custom resource definition is the representation of a customization of a particular Kubernetes installation.
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
long-description: >
A resource definition that defines the endpoint in the Kubernetes API that stores a collection of API objects of a certain kind that is specified.
Custom Resource Definitions let you extend the Kubernetes API for your environment if the publicly supported API resources can't meet your needs.