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