Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.32 KB

File metadata and controls

27 lines (17 loc) · 1.32 KB

Volume

Volume volume

Properties

Name Type Description Notes
driver String Name of the volume driver used by the volume.
labels Map<String, String> User-defined key/value metadata.
mountpoint String Mount path of the volume on the host.
name String Name of the volume.
options Map<String, String> The driver specific options used when creating the volume.
scope String The level at which the volume exists. Either `global` for cluster-wide, or `local` for machine level.
clusterVolume ClusterVolume [optional]
createdAt String Date/Time the volume was created. [optional]
status Map<String, Object> Low-level details about the volume, provided by the volume driver. Details are returned as a map with key/value pairs: `{&quot;key&quot;:&quot;value&quot;,&quot;key2&quot;:&quot;value2&quot;}`. The `Status` field is optional, and is omitted if the volume driver does not support this feature. [optional]
usageData UsageData [optional]

Implemented Interfaces

  • Serializable