Type Alias: ClusterVolume ​
ClusterVolume:
object
Options and information specific to, and only present on, Swarm CSI cluster volumes.
Type declaration ​
Name | Type | Description |
---|---|---|
CreatedAt ? | string | - |
ID ? | string | The Swarm ID of this volume. Because cluster volumes are Swarm objects, they have an ID, unlike non-cluster volumes. This ID can be used to refer to the Volume instead of the name. |
Info ? | object | Information about the global status of the volume. |
Info.AccessibleTopology ? | Topology [] | The topology this volume is actually accessible from. |
Info.CapacityBytes ? | number | The capacity of the volume in bytes. A value of 0 indicates that the capacity is unknown. |
Info.VolumeContext ? | object | A map of strings to strings returned from the storage plugin when the volume is created. |
Info.VolumeID ? | string | The ID of the volume as returned by the CSI storage plugin. This is distinct from the volume's ID as provided by Docker. This ID is never used by the user when communicating with Docker to refer to this volume. If the ID is blank, then the Volume has not been successfully created in the plugin yet. |
PublishStatus ? | object [] | The status of the volume as it pertains to its publishing and use on specific nodes |
Spec ? | ClusterVolumeSpec | - |
UpdatedAt ? | string | - |
Version ? | ObjectVersion | - |