pub const CONTAINER_CSI_PLUGIN_NAME: &'static str;
Expand description

The name of the CSI (Container Storage Interface) plugin used by the volume.

§Notes

This can sometimes be referred to as a “driver” in CSI implementations. This should represent the name field of the GetPluginInfo RPC.

§Examples

  • "pd.csi.storage.gke.io"