Annotation Type AddWatchEventFilter


@Deprecated @Target(METHOD) @Retention(RUNTIME) public @interface AddWatchEventFilter
Deprecated.
register the watcher via the ControllerBuilder API
Indicates that the method is a filter for EventType.ADDED from watches.

A add-event filter must have the signature as java.util.function.Predicate<ApiType>

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends io.kubernetes.client.common.KubernetesObject>
    Deprecated.
     
  • Element Details

    • apiTypeClass

      Class<? extends io.kubernetes.client.common.KubernetesObject> apiTypeClass
      Deprecated.