Interface Observer<CR>
-
- All Known Implementing Classes:
AbstractDeploymentObserver,ApplicationObserver,SessionJobObserver,SessionObserver
public interface Observer<CR>The Observer of custom resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidobserve(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 resourcecontext- the context with which the operation is executed
-
-