Skip to content

Commit 80815ad

Browse files
authored
Merge pull request #29136 from tengqm/fix-annotation
Amend the annotation concept
2 parents f7c51d8 + 651a0c2 commit 80815ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/docs/concepts/overview/working-with-objects/annotations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Annotations, like labels, are key/value maps:
3030
}
3131
```
3232

33+
{{<note>}}
34+
The keys and the values in the map must be strings. In other words, you cannot use
35+
numeric, boolean, list or other types for either the keys or the values.
36+
{{</note>}}
37+
3338
Here are some examples of information that could be recorded in annotations:
3439

3540
* Fields managed by a declarative configuration layer. Attaching these fields

0 commit comments

Comments
 (0)