JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.kubernetes.client.spring.extended.controller.annotation
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
>
ControllerBuilder
API