Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1005 Bytes

ClusterVolume.md

File metadata and controls

24 lines (14 loc) · 1005 Bytes

ClusterVolume

ClusterVolume contains options and information specific to, and only present on, Swarm CSI cluster volumes.

Properties

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]

Implemented Interfaces

  • Serializable