Class MySQLSchemaReconciler
- java.lang.Object
-
- io.javaoperatorsdk.operator.sample.MySQLSchemaReconciler
-
- All Implemented Interfaces:
io.javaoperatorsdk.operator.api.reconciler.ErrorStatusHandler<MySQLSchema>,io.javaoperatorsdk.operator.api.reconciler.Reconciler<MySQLSchema>
public class MySQLSchemaReconciler extends Object implements io.javaoperatorsdk.operator.api.reconciler.Reconciler<MySQLSchema>, io.javaoperatorsdk.operator.api.reconciler.ErrorStatusHandler<MySQLSchema>
-
-
Constructor Summary
Constructors Constructor Description MySQLSchemaReconciler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.javaoperatorsdk.operator.api.reconciler.UpdateControl<MySQLSchema>reconcile(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)io.javaoperatorsdk.operator.api.reconciler.ErrorStatusUpdateControl<MySQLSchema>updateErrorStatus(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context, Exception e)
-
-
-
Method Detail
-
reconcile
public io.javaoperatorsdk.operator.api.reconciler.UpdateControl<MySQLSchema> reconcile(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)
- Specified by:
reconcilein interfaceio.javaoperatorsdk.operator.api.reconciler.Reconciler<MySQLSchema>
-
updateErrorStatus
public io.javaoperatorsdk.operator.api.reconciler.ErrorStatusUpdateControl<MySQLSchema> updateErrorStatus(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context, Exception e)
- Specified by:
updateErrorStatusin interfaceio.javaoperatorsdk.operator.api.reconciler.ErrorStatusHandler<MySQLSchema>
-
-