Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.04 KB

ClusterVolumeSpec.md

File metadata and controls

22 lines (12 loc) · 1.04 KB

ClusterVolumeSpec

Properties

Name Type Description Notes
accessMode AccessMode [optional]
accessibilityRequirements TopologyRequirement [optional]
availability String [optional]
capacityRange CapacityRange [optional]
group String Group defines the volume group of this volume. Volumes belonging to the same group can be referred to by group name when creating Services. Referring to a volume by group instructs swarm to treat volumes in that group interchangeably for the purpose of scheduling. Volumes with an empty string for a group technically all belong to the same, emptystring group. [optional]
secrets List<Secret> Secrets defines Swarm Secrets that are passed to the CSI storage plugin when operating on this volume. [optional]

Implemented Interfaces

  • Serializable