Uses of Class
io.kubernetes.client.extended.controller.builder.DefaultControllerBuilder
Packages that use DefaultControllerBuilder
-
Uses of DefaultControllerBuilder in io.kubernetes.client.extended.controller.builder
Methods in io.kubernetes.client.extended.controller.builder that return DefaultControllerBuilderModifier and TypeMethodDescriptionstatic DefaultControllerBuilder
ControllerBuilder.defaultBuilder
(io.kubernetes.client.informer.SharedInformerFactory factory) Default builder is for building default controller.<ApiType extends io.kubernetes.client.common.KubernetesObject>
DefaultControllerBuilderDefaultControllerBuilder.watch
(Function<WorkQueue<Request>, ControllerWatch<ApiType>> controllerWatchGetter) Starts building watches over resource.Overrides name for the controller.DefaultControllerBuilder.withReadyFunc
(Supplier<Boolean> readyFunc) Add a ready-function to the pre-flight check of the controller.DefaultControllerBuilder.withReadyTimeout
(Duration readyTimeout) DefaultControllerBuilder.withReconciler
(Reconciler reconciler) Sets reconciler of the controller.DefaultControllerBuilder.withWorkerCount
(int workerCount) Overrides worker thread counts of the controller.DefaultControllerBuilder.withWorkQueue
(RateLimitingQueue<Request> workQueue) Overrides workQueue for the controller.