From e6d8bf789f27da082ab443da03eec29f8cc2eb0b Mon Sep 17 00:00:00 2001 From: Jennifer Rondeau Date: Fri, 16 Feb 2018 16:17:38 -0500 Subject: [PATCH] fix up CRD glossary term (#7428) --- _data/glossary/customresourcedefinition.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/glossary/customresourcedefinition.yaml b/_data/glossary/customresourcedefinition.yaml index b80f03d039..8c3bd0a82a 100644 --- a/_data/glossary/customresourcedefinition.yaml +++ b/_data/glossary/customresourcedefinition.yaml @@ -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.