Constant CONTAINER_CSI_PLUGIN_NAME
pub const CONTAINER_CSI_PLUGIN_NAME: &'static str;Available on crate features
opentelemetry and semconv_experimental only.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"