Skip to content

Commit 81065b2

Browse files
committed
Merge pull request kubernetes#11528 from satnam6502/doc23
Add JSON type to code block for labels documentation
2 parents 08d085a + 8deb06f commit 81065b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Labels are intended to be used to specify identifying attributes of objects that
3838
Labels can be used to organize and to select subsets of objects. Labels can be attached to objects at creation time and subsequently added and modified at any time.
3939
Each object can have a set of key/value labels defined. Each Key must be unique for a given object.
4040

41-
```
41+
```json
4242
"labels": {
4343
"key1" : "value1",
4444
"key2" : "value2"

0 commit comments

Comments
 (0)