mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
apply changes
This commit is contained in:
@@ -37,6 +37,7 @@ We have [labels](labels.md) for identifying metadata.
|
||||
It is also useful to be able to attach arbitrary non-identifying metadata, for retrieval by API clients such as tools, libraries, etc. This information may be large, may be structured or unstructured, may include characters not permitted by labels, etc. Such information would not be used for object selection and therefore doesn't belong in labels.
|
||||
|
||||
Like labels, annotations are key-value maps.
|
||||
|
||||
```
|
||||
"annotations": {
|
||||
"key1" : "value1",
|
||||
|
Reference in New Issue
Block a user