From 2661c8644416603b4baad175fcf53c5a96cea6d3 Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Tue, 5 Dec 2017 16:28:38 -0500 Subject: [PATCH] Create glossary for Annotation Add annotation to the glossary. --- _data/glossary/annotation.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _data/glossary/annotation.yaml 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.