ClusterVolume contains options and information specific to, and only present on, Swarm CSI cluster volumes.
| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | OffsetDateTime | [optional] | |
| ID | String | ID is the Swarm ID of the volume. Because cluster volumes are Swarm objects, they have an ID, unlike non-cluster volumes, which only have a Name. This ID can be used to refer to the cluster volume. | [optional] |
| info | Info | [optional] | |
| publishStatus | List<PublishStatus> | PublishStatus contains the status of the volume as it pertains to its publishing on Nodes. | [optional] |
| spec | ClusterVolumeSpec | [optional] | |
| updatedAt | OffsetDateTime | [optional] | |
| version | Version | [optional] |
- Serializable