Create a new persistent volume.
Creates a persistent storage volume that can be referenced in templates.
createVolume(name: string, options: CreateVolumeOptions): Promise<Volume>| Name | Type | Description |
|---|---|---|
name* | string | Volume name. |
options* | CreateVolumeOptions | Creation options including size and optional timeout. |