Annotation Type DeleteWatchEventFilter
Deprecated.
Indicates that the method is a filter for
EventType.MODIFIED from watches.
A update-event filter must have the signature as java.util.function.BiPredicate<ApiType, Boolean> where the 1st parameter is the
"before-deletion" state of the resource and the 2nd indicates whether the cache entry for the
resource is stale.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends io.kubernetes.client.common.KubernetesObject>Deprecated.
-
Element Details
-
apiTypeClass
Class<? extends io.kubernetes.client.common.KubernetesObject> apiTypeClassDeprecated.
-
ControllerBuilderAPI