Update labels.md (#8102)
Update the example to show that labels are part of the metadata of an object.
This commit is contained in:
committed by
zacharysarah
parent
d3aa3d754d
commit
412463b7ec
@@ -10,9 +10,11 @@ Labels can be used to organize and to select subsets of objects. Labels can be
|
||||
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"
|
||||
"metadata": {
|
||||
"labels": {
|
||||
"key1" : "value1",
|
||||
"key2" : "value2"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user