From 01a981b477d1250ea7241d92b3a98b3d635f14b2 Mon Sep 17 00:00:00 2001 From: Cheryl Fong Date: Fri, 16 Feb 2018 08:42:38 -0800 Subject: [PATCH] Add glossary term for CRD (#6594) * Add files via upload Custom Resource Definition, that replaces Third Party Resources. * Update customresourcedefinition.yaml Minor formating error * Update customresourcedefinition.yaml missing id key * Update customresourcedefinition.yaml deleted aka key * Update customresourcedefinition.yaml Made a minor edit to "name" and "id" and added "aka" section, but should require a "related" section. The related section may have the Custom Resource term, but there is currently no glossary term for Custom Resource. --- _data/glossary/customresourcedefinition.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _data/glossary/customresourcedefinition.yaml diff --git a/_data/glossary/customresourcedefinition.yaml b/_data/glossary/customresourcedefinition.yaml new file mode 100644 index 0000000000..b80f03d039 --- /dev/null +++ b/_data/glossary/customresourcedefinition.yaml @@ -0,0 +1,14 @@ +id: CustomResourceDefinition +name: CustomResourceDefinition +aka: +- CRD +- Formerly Known as ThirdPartyResources (TPR) +tags: +- fundamental +- operation +- 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. +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.