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:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -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"
|
||||
|
Reference in New Issue
Block a user