From 799edfa3bea2702759aab639f2154ce1bdfdc2fa Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Mon, 16 Apr 2018 18:33:58 +0200 Subject: [PATCH] Update annotations.md (#8103) Update the example to show that annotations are part of the metadata of an object. --- .../overview/working-with-objects/annotations.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/concepts/overview/working-with-objects/annotations.md b/docs/concepts/overview/working-with-objects/annotations.md index e0b8443253..6fc07236eb 100644 --- a/docs/concepts/overview/working-with-objects/annotations.md +++ b/docs/concepts/overview/working-with-objects/annotations.md @@ -19,10 +19,14 @@ include characters not permitted by labels. Annotations, like labels, are key/value maps: - "annotations": { - "key1" : "value1", - "key2" : "value2" - } +```json +"metadata": { + "annotations": { + "key1" : "value1", + "key2" : "value2" + } +} +``` Here are some examples of information that could be recorded in annotations: