Annotation Type KubernetesReconciler


@Deprecated @Target(TYPE) @Retention(RUNTIME) public @interface KubernetesReconciler
Deprecated.
create a controller as a bean instead using ControllerBuilder
The declaring class is a kubernetes reconciler which implements Reconciler.

Indicates that we're creating a Controller into the spring context with the name as the value() specifies.

Note that the automatically created controller is not started by default.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
    Watches kubernetes resources.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    int
    Deprecated.
    The number of workers.
  • Element Details

    • value

      Deprecated.
      The name of the Kubernetes Reconciler.

      NOTE: No longer in use for version >= 11.0.0

      Returns:
      the string
      Default:
      ""
    • workerCount

      int workerCount
      Deprecated.
      The number of workers.
      Returns:
      the int
      Default:
      16