Skip to content

Commit

Permalink
Amend the annotation concept
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm committed Jul 28, 2021
1 parent d078b42 commit 651a0c2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Annotations, like labels, are key/value maps:
}
```

{{<note>}}
The keys and the values in the map must be strings. In other words, you cannot use
numeric, boolean, list or other types for either the keys or the values.
{{</note>}}

Here are some examples of information that could be recorded in annotations:

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

0 comments on commit 651a0c2

Please sign in to comment.