volumeID

@SerialName(value = "VolumeID")
val volumeID: String?

Parameters

volumeID

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.