Interface ControllerBuilder

All Known Implementing Classes:
DefaultControllerBuilder

@DefaultImplementation(DefaultControllerBuilder.class) public interface ControllerBuilder
The DefaultController builder.
Since:
3.3
Author:
Pavol Gressa
  • Method Summary

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

    • build

      io.kubernetes.client.extended.controller.DefaultController build(ControllerConfiguration operator, ResourceReconciler<?> resourceReconciler)
      Builds the DefaultController.
      Parameters:
      operator - the operator configuration
      resourceReconciler - the operator's resource reconciler
      Returns:
      the default controller