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.
This commit is contained in:
committed by
k8s-ci-robot
parent
c2638b3e1d
commit
01a981b477
@@ -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.
|
||||
Reference in New Issue
Block a user