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.