Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 797 Bytes

File metadata and controls

14 lines (9 loc) · 797 Bytes

VolumeCreateOptions

Properties

Name Type Description Notes
name kotlin.String The new volume's name. If not specified, Docker generates a name. [optional]
driver kotlin.String Name of the volume driver to use. [optional]
driverOpts kotlin.collections.MutableMap<kotlin.String, kotlin.String> A mapping of driver options and values. These options are passed directly to the driver and are driver specific. [optional]
labels kotlin.collections.MutableMap<kotlin.String, kotlin.String> User-defined key/value metadata. [optional]
clusterVolumeSpec ClusterVolumeSpec [optional]