Annotation Type KubernetesReconcilerReadyFunc


@Deprecated @Target(METHOD) @Retention(RUNTIME) public @interface KubernetesReconcilerReadyFunc
Deprecated.
register the watcher via the ControllerBuilder API
The ready func for Kubernetes reconciler. The reconciler won't be reconciling upon any events unless all its registered ready funcs return true.

A ready func must have the signature as Supplier<Boolean>