Annotation Type KubernetesReconcilerWatch


@Deprecated @Target(TYPE) @Retention(RUNTIME) public @interface KubernetesReconcilerWatch
Deprecated.
register the watcher via the ControllerBuilder API
The interface Kubernetes reconciler watch.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated.
    The type Default reflective key func which adapts default implementation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<? extends io.kubernetes.client.common.KubernetesObject>
    Deprecated.
    Kubernetes Api type class class.
    long
    Deprecated.
    Resync period in milliseconds .
    Class<? extends Function<? extends io.kubernetes.client.common.KubernetesObject,io.kubernetes.client.extended.controller.reconciler.Request>>
    Deprecated.
    Work queue key func class maps the source resource of the watch event to a standard reconciler request.
  • Element Details

    • apiTypeClass

      Class<? extends io.kubernetes.client.common.KubernetesObject> apiTypeClass
      Deprecated.
      Kubernetes Api type class class. e.g.
      Returns:
      the class
      Default:
      io.kubernetes.client.openapi.models.V1Namespace.class
    • workQueueKeyFunc

      Class<? extends Function<? extends io.kubernetes.client.common.KubernetesObject,io.kubernetes.client.extended.controller.reconciler.Request>> workQueueKeyFunc
      Deprecated.
      Work queue key func class maps the source resource of the watch event to a standard reconciler request.

      Optionally you can declare the constructor of the class to receive a WorkQueue in the parameter in order to customize the work-queue key-func.

      Returns:
      the class
      Default:
      io.kubernetes.client.spring.extended.controller.annotation.KubernetesReconcilerWatch.DefaultReflectiveKeyFunc.class
    • resyncPeriodMillis

      long resyncPeriodMillis
      Deprecated.
      Resync period in milliseconds .
      Returns:
      the long
      Default:
      0L