Skip to content

Commit

Permalink
Add JSON type to code block for labels documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed Jul 18, 2015
1 parent 715f2c4 commit 8deb06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Labels are intended to be used to specify identifying attributes of objects that
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.
Each object can have a set of key/value labels defined. Each Key must be unique for a given object.

```
```json
"labels": {
"key1" : "value1",
"key2" : "value2"
Expand Down

0 comments on commit 8deb06f

Please sign in to comment.