Csi Volume Args
Constructors
Properties
(``Capability``: <required>)
- Options for validating the capability of a volume.
(string: <optional>)
- Option to signal a maximum volume size. This may not be supported by all storage providers.
(string: <optional>)
- Option to signal a minimum volume size. This may not be supported by all storage providers.
(block: optional)
Options for mounting block-device
volumes without a pre-formatted file system.
(map[string]string: optional)
An optional key-value map of strings passed directly to the CSI plugin to configure the volume.
(string: <optional>)
- The external ID of a snapshot to restore. If ommited, the volume will be created from scratch. Conflicts with clone_id
.
(``TopologyRequest``: <optional>)
- Specify locations (region, zone, rack, etc.) where the provisioned volume is accessible from.