| Package | Description |
|---|---|
| io.kubernetes.client.extended.controller | |
| io.kubernetes.client.extended.controller.builder |
| Modifier and Type | Method and Description |
|---|---|
Reconciler |
DefaultController.getReconciler() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultController.setReconciler(Reconciler reconciler) |
| Constructor and Description |
|---|
DefaultController(Reconciler reconciler,
RateLimitingQueue<Request> workQueue,
java.util.function.Supplier<java.lang.Boolean>... readyFuncs)
Instantiates a new Default controller.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultControllerBuilder |
DefaultControllerBuilder.withReconciler(Reconciler reconciler)
Sets reconciler of the controller.
|
Copyright © 2019. All rights reserved.