Skip to content

Commit

Permalink
Add labels to example
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsc committed Feb 11, 2020
1 parent ec1c92e commit d6bcd7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ func main() {
RootUserID: "root",
RootGroupID: "root",
ConfigurationName: "BASE",
Labels: []quobyte_api.Label{
{Name: "label1", Value: "value1"},
{Name: "label2", Value: "value2"},
},
}

volumeUUID, err := client.CreateVolume(req)
Expand Down

0 comments on commit d6bcd7d

Please sign in to comment.