persistConfig = true;
}
RebalancerConfig rebalancerConfig = resource.getRebalancerConfig();
if (rebalancerConfig != null) {
// only persist if this is not easily convertible to an ideal state
configuration.addNamespacedConfig(new RebalancerConfigHolder(rebalancerConfig)
.toNamespacedConfig());
persistConfig = true;
}
ProvisionerConfig provisionerConfig = resource.getProvisionerConfig();
if (provisionerConfig != null) {