public static interface Protos.ResourceProviderInfo.StorageOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.CSIPluginInfo |
getPlugin()
required .mesos.CSIPluginInfo plugin = 1; |
Protos.CSIPluginInfoOrBuilder |
getPluginOrBuilder()
required .mesos.CSIPluginInfo plugin = 1; |
double |
getReconciliationIntervalSeconds()
Amount of time to wait after the resource provider finishes reconciling
existing volumes and storage pools against the CSI plugin to start the
next reconciliation.
|
boolean |
hasPlugin()
required .mesos.CSIPluginInfo plugin = 1; |
boolean |
hasReconciliationIntervalSeconds()
Amount of time to wait after the resource provider finishes reconciling
existing volumes and storage pools against the CSI plugin to start the
next reconciliation.
|
boolean hasPlugin()
required .mesos.CSIPluginInfo plugin = 1;
Protos.CSIPluginInfo getPlugin()
required .mesos.CSIPluginInfo plugin = 1;
Protos.CSIPluginInfoOrBuilder getPluginOrBuilder()
required .mesos.CSIPluginInfo plugin = 1;
boolean hasReconciliationIntervalSeconds()
Amount of time to wait after the resource provider finishes reconciling existing volumes and storage pools against the CSI plugin to start the next reconciliation. A non-positive value means that no reconciliation will happen after startup.
optional double reconciliation_interval_seconds = 2;
double getReconciliationIntervalSeconds()
Amount of time to wait after the resource provider finishes reconciling existing volumes and storage pools against the CSI plugin to start the next reconciliation. A non-positive value means that no reconciliation will happen after startup.
optional double reconciliation_interval_seconds = 2;