Add CSI volume attributes generated API code

This commit is contained in:
Felipe Musse
2018-02-15 15:50:06 -02:00
parent 5ff35681df
commit 6c16b2c066
9 changed files with 980 additions and 781 deletions

View File

@@ -75241,6 +75241,13 @@
"description": "Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).",
"type": "boolean"
},
"volumeAttributes": {
"description": "Attributes of the volume to publish.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"volumeHandle": {
"description": "VolumeHandle is the unique volume name returned by the CSI volume plugins CreateVolume to refer to the volume on all subsequent calls. Required.",
"type": "string"