Package org.jdrupes.vmoperator.manager
Class ConfigMapReconciler
java.lang.Object
org.jdrupes.vmoperator.manager.ConfigMapReconciler
Delegee for reconciling the config map
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfigMapReconciler
(Configuration fmConfig) Instantiates a new config map reconciler. -
Method Summary
-
Field Details
-
logger
-
-
Constructor Details
-
ConfigMapReconciler
Instantiates a new config map reconciler.- Parameters:
fmConfig
- the fm config
-
-
Method Details
-
reconcile
public void reconcile(Map<String, Object> model, VmChannel channel, boolean modelChanged) throws IOException, TemplateException, io.kubernetes.client.openapi.ApiExceptionReconcile.- Parameters:
model
- the modelchannel
- the channelmodelChanged
- the model has changed- Throws:
IOException
- Signals that an I/O exception has occurred.TemplateException
- the template exceptionio.kubernetes.client.openapi.ApiException
- the API exception
-