Cluster Volume Info
constructor(capacityBytes: Long? = null, volumeContext: Map<String, String>? = null, volumeID: String? = null, accessibleTopology: List<Map<String, String>>? = null)
Parameters
capacity Bytes
The capacity of the volume in bytes. A value of 0 indicates that the capacity is unknown.
volume Context
A map of strings to strings returned from the storage plugin when the volume is created.
volume ID
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.
accessible Topology
The topology this volume is actually accessible from.