Merge pull request #6592 from spzala/docannotation

Create glossary for Annotation
This commit is contained in:
Jessica Yao
2017-12-07 13:03:56 -08:00
committed by GitHub
+9
View File
@@ -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.