Adding Tenant to QuobyteVolumeSource

Adds the tenant id to the QuobyteVolumeSource type and
updates the quobyte api client to support looking up
volume ids.
This commit is contained in:
Silvan Kaiser
2018-07-25 10:22:02 +02:00
parent 54dc9db17b
commit cc71b0aebd
12 changed files with 962 additions and 820 deletions

View File

@@ -88245,6 +88245,10 @@
"description": "Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes",
"type": "string"
},
"tenant": {
"description": "Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin",
"type": "string"
},
"user": {
"description": "User to map volume access to Defaults to serivceaccount user",
"type": "string"