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