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"

View File

@@ -19980,6 +19980,10 @@
"fsType": {
"type": "string",
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
},
"volumeAttributes": {
"type": "object",
"description": "Attributes of the volume to publish."
}
}
},