Package | Description |
---|---|
io.kubernetes.client.extended.controller | |
io.kubernetes.client.extended.controller.builder | |
io.kubernetes.client.extended.workqueue |
Modifier and Type | Method and Description |
---|---|
RateLimitingQueue<Request> |
DefaultController.getWorkQueue() |
Modifier and Type | Method and Description |
---|---|
DefaultController |
DefaultController.setWorkQueue(RateLimitingQueue<Request> workQueue) |
Constructor and Description |
---|
DefaultController(Reconciler reconciler,
RateLimitingQueue<Request> workQueue,
Supplier<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 © 2020. All rights reserved.