diff --git a/_data/glossary/annotation.yaml b/_data/glossary/annotation.yaml new file mode 100644 index 0000000000..1aee0a3d37 --- /dev/null +++ b/_data/glossary/annotation.yaml @@ -0,0 +1,9 @@ +id: annotation +name: Annotation +full-link: docs/concepts/overview/working-with-objects/annotations +tags: +- fundamental +short-description: > + An annotation is a key-value pair and used to attach arbitrary non-identifying metadata to objects. +long-description: > + The metadata in an annotation can be small or large, structured or unstructured, and can include characters not permitted by labels. Clients such as tools and libraries can retrieve this metadata.