Interface Observer<CR>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void observe​(CR cr, io.javaoperatorsdk.operator.api.reconciler.Context<?> context)
      Observe the flinkApp status, It will reflect the changed status on the flinkApp resource.
    • Method Detail

      • observe

        void observe​(CR cr,
                     io.javaoperatorsdk.operator.api.reconciler.Context<?> context)
        Observe the flinkApp status, It will reflect the changed status on the flinkApp resource.
        Parameters:
        cr - the target custom resource
        context - the context with which the operation is executed