diff --git a/_data/glossary/annotation.yaml b/_data/glossary/annotation.yaml new file mode 100644 index 0000000000..f680440b08 --- /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: > + A key-value pair that is 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.