Update Quobyte API
This commit is contained in:
3
vendor/github.com/quobyte/api/README.md
generated
vendored
3
vendor/github.com/quobyte/api/README.md
generated
vendored
@@ -1,6 +1,6 @@
|
||||
# Quobyte API Clients
|
||||
|
||||
Get the quoybte api client
|
||||
Get the quobyte api client
|
||||
|
||||
```bash
|
||||
go get github.com/quobyte/api
|
||||
@@ -18,6 +18,7 @@ import (
|
||||
|
||||
func main() {
|
||||
client := quobyte_api.NewQuobyteClient("http://apiserver:7860", "user", "password")
|
||||
client.SetAPIRetryPolicy(quobyte_api.RetryInfinitely) // Default quobyte_api.RetryInteractive
|
||||
req := &quobyte_api.CreateVolumeRequest{
|
||||
Name: "MyVolume",
|
||||
RootUserID: "root",
|
||||
|
||||
Reference in New Issue
Block a user