Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.03 KB

File metadata and controls

13 lines (8 loc) · 1.03 KB

ClusterVolumeInfo

Properties

Name Type Description Notes
capacityBytes kotlin.Long The capacity of the volume in bytes. A value of 0 indicates that the capacity is unknown. [optional]
volumeContext kotlin.collections.MutableMap<kotlin.String, kotlin.String> A map of strings to strings returned from the storage plugin when the volume is created. [optional]
volumeID kotlin.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. [optional]
accessibleTopology kotlin.collections.MutableList<kotlin.collections.MutableMap<kotlin.String, kotlin.String>> The topology this volume is actually accessible from. [optional]