Interface LeaderElectingControllerBuilder

All Known Implementing Classes:
DefaultLeaderElectingControllerBuilder

@DefaultImplementation(DefaultLeaderElectingControllerBuilder.class) public interface LeaderElectingControllerBuilder
The LeaderElectingController builder.
Since:
3.3
Author:
Pavol Gressa
  • Method Summary

    Modifier and Type
    Method
    Description
    io.kubernetes.client.extended.controller.LeaderElectingController
    build(ControllerConfiguration operator, ResourceReconciler<?> resourceReconciler, io.kubernetes.client.extended.controller.ControllerManager controllerManager)
    Builds the LeaderElectingController.
  • Method Details

    • build

      io.kubernetes.client.extended.controller.LeaderElectingController build(ControllerConfiguration operator, ResourceReconciler<?> resourceReconciler, io.kubernetes.client.extended.controller.ControllerManager controllerManager)
      Builds the LeaderElectingController.
      Parameters:
      operator - the operator configuration
      resourceReconciler - the operator's reconciler
      controllerManager - the controller manager
      Returns:
      leader electing controller