CsiAdaptorProtocolpublic interface CsiAdaptorPlugin extends CsiAdaptorProtocol
CsiAdaptorProtocol, and plus the methods in this interface.| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDriverName() |
Returns the driver name of the csi-driver this adaptor works with.
|
void |
init(java.lang.String driverName,
org.apache.hadoop.conf.Configuration conf) |
A csi-adaptor implementation can init its state within this function.
|
getPluginInfo, nodePublishVolume, nodeUnpublishVolume, validateVolumeCapacityvoid init(java.lang.String driverName,
org.apache.hadoop.conf.Configuration conf)
throws YarnException
driverName - the name of the csi-driver.conf - configuration.YarnException - exceptions from yarn servers.java.lang.String getDriverName()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.