Package org.jdrupes.vmoperator.manager
Class ConfigMapReconciler
java.lang.Object
org.jdrupes.vmoperator.manager.ConfigMapReconciler
Delegee for reconciling the config map
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConfigMapReconciler
(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 Map<String,Object> reconcile(Map<String, Object> model, VmChannel channel) throws IOException, TemplateException, io.kubernetes.client.openapi.ApiExceptionReconcile.- Parameters:
model
- the modelchannel
- the channel- Returns:
- the dynamic kubernetes object
- Throws:
IOException
- Signals that an I/O exception has occurred.TemplateException
- the template exceptionio.kubernetes.client.openapi.ApiException
- the api exception
-