Cluster Volume
@Serializable
Options and information specific to, and only present on, Swarm CSI cluster volumes.
Parameters
ID
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.
version
created At
updated At
spec
info
publish Status
The status of the volume as it pertains to its publishing and use on specific nodes
Constructors
Link copied to clipboard
constructor(ID: String? = null, version: ObjectVersion? = null, createdAt: String? = null, updatedAt: String? = null, spec: ClusterVolumeSpec? = null, info: ClusterVolumeInfo? = null, publishStatus: List<ClusterVolumePublishStatusInner>? = null)