From 2661c8644416603b4baad175fcf53c5a96cea6d3 Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Tue, 5 Dec 2017 16:28:38 -0500 Subject: [PATCH 1/2] 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. From eb0034563026d534d7d95edcb957f9074c0067de Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Tue, 5 Dec 2017 22:41:41 -0500 Subject: [PATCH 2/2] Create glossary for Annotation Add Annotation to the glossary. --- _data/glossary/annotation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/glossary/annotation.yaml b/_data/glossary/annotation.yaml index 1aee0a3d37..f680440b08 100644 --- a/_data/glossary/annotation.yaml +++ b/_data/glossary/annotation.yaml @@ -4,6 +4,6 @@ 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. + 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.