pub const CONTAINER_CSI_VOLUME_ID: &'static str;
Expand description

The unique volume ID returned by the CSI (Container Storage Interface) plugin.

§Notes

This can sometimes be referred to as a “volume handle” in CSI implementations. This should represent the Volume.volume_id field in CSI spec.

§Examples

  • "projects/my-gcp-project/zones/my-gcp-zone/disks/my-gcp-disk"