Package | Description |
---|---|
io.kubernetes.client.extended.controller | |
io.kubernetes.client.extended.controller.builder | |
io.kubernetes.client.extended.workqueue |
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.withWorkQueue(RateLimitingQueue<Request> workQueue)
Overrides workQueue for the controller.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRateLimitingQueue<T>
The default rate limiting queue implementation.
|
Copyright © 2019. All rights reserved.