@DefaultImplementation(value=DefaultControllerBuilder.class) public interface ControllerBuilder
DefaultController builder.| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.extended.controller.DefaultController |
build(ControllerConfiguration operator,
ResourceReconciler<?> resourceReconciler)
Builds the
DefaultController. |
@NonNull
io.kubernetes.client.extended.controller.DefaultController build(@NonNull
ControllerConfiguration operator,
@NonNull
ResourceReconciler<?> resourceReconciler)
DefaultController.operator - the operator configurationresourceReconciler - the operator's resource reconciler