@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DeleteWatchEventFilter
EventType.DELETED
from watches.
A delete-event filter must have the signature as java.util.function.BiPredicate where the 1st parameter is the old state of the
resource and the 2nd is the new state.
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends io.kubernetes.client.common.KubernetesObject> |
apiTypeClass |
public abstract Class<? extends io.kubernetes.client.common.KubernetesObject> apiTypeClass
Copyright © 2021. All rights reserved.