Class 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 Detail

      • MySQLSchemaReconciler

        public MySQLSchemaReconciler()
    • Method Detail

      • reconcile

        public io.javaoperatorsdk.operator.api.reconciler.UpdateControl<MySQLSchema> reconcile​(MySQLSchema schema,
                                                                                               io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)
        Specified by:
        reconcile in interface io.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:
        updateErrorStatus in interface io.javaoperatorsdk.operator.api.reconciler.ErrorStatusHandler<MySQLSchema>