Uses of Class
io.kubernetes.client.extended.controller.reconciler.Request
Packages that use Request
Package
Description
-
Uses of Request in io.kubernetes.client.extended.controller
Methods in io.kubernetes.client.extended.controller that return types with arguments of type RequestModifier and TypeMethodDescriptionControllers.defaultReflectiveKeyFunc()The Default key func function works for work-queue, which extracts namespace and name via reflection from the objects.DefaultController.getWorkQueue()Constructor parameters in io.kubernetes.client.extended.controller with type arguments of type RequestModifierConstructorDescriptionDefaultController(String name, Reconciler reconciler, RateLimitingQueue<Request> workQueue, io.prometheus.client.CollectorRegistry collectorRegistry, Supplier<Boolean>... readyFuncs) Instantiates a new Default controller.DefaultController(String name, Reconciler reconciler, RateLimitingQueue<Request> workQueue, Supplier<Boolean>... readyFuncs) Instantiates a new Default controller.DefaultControllerWatch(Class<ApiType> apiTypeClass, WorkQueue<Request> workQueue, Function<ApiType, Request> workKeyGenerator, Duration resyncPeriod) Instantiates a new Work queue resource event handler.DefaultControllerWatch(Class<ApiType> apiTypeClass, WorkQueue<Request> workQueue, Function<ApiType, Request> workKeyGenerator, Duration resyncPeriod) Instantiates a new Work queue resource event handler. -
Uses of Request in io.kubernetes.client.extended.controller.builder
Method parameters in io.kubernetes.client.extended.controller.builder with type arguments of type RequestModifier and TypeMethodDescriptionstatic <ApiType extends io.kubernetes.client.common.KubernetesObject>
ControllerWatchBuilder<ApiType>ControllerBuilder.controllerWatchBuilder(Class<ApiType> apiTypeClass, WorkQueue<Request> workQueue) Controller watch builder is for building controller-watch.<ApiType extends io.kubernetes.client.common.KubernetesObject>
DefaultControllerBuilderDefaultControllerBuilder.watch(Function<WorkQueue<Request>, ControllerWatch<ApiType>> controllerWatchGetter) Starts building watches over resource.DefaultControllerBuilder.withWorkQueue(RateLimitingQueue<Request> workQueue) Overrides workQueue for the controller.ControllerWatchBuilder.withWorkQueueKeyFunc(Function<ApiType, Request> workKeyGenerator) Overrides work-queue key-func for the watch. -
Uses of Request in io.kubernetes.client.extended.controller.reconciler
Methods in io.kubernetes.client.extended.controller.reconciler with parameters of type Request