Annotation Type AddWatchEventFilter
Deprecated.
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 ElementsModifier and TypeRequired ElementDescriptionClass<? extends io.kubernetes.client.common.KubernetesObject>Deprecated.
-
Element Details
-
apiTypeClass
Class<? extends io.kubernetes.client.common.KubernetesObject> apiTypeClassDeprecated.
-
ControllerBuilderAPI