mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #11515 from satnam6502/doc10
Fix JSON code block formatting for annotations doc
This commit is contained in:
commit
cc8cf0315e
@ -39,7 +39,7 @@ It is also useful to be able to attach arbitrary non-identifying metadata, for r
|
|||||||
|
|
||||||
Like labels, annotations are key-value maps.
|
Like labels, annotations are key-value maps.
|
||||||
|
|
||||||
```
|
```json
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"key1" : "value1",
|
"key1" : "value1",
|
||||||
"key2" : "value2"
|
"key2" : "value2"
|
||||||
|
Loading…
Reference in New Issue
Block a user