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