Class ProcessorListener.UpdateNotification<ApiType>

java.lang.Object
io.kubernetes.client.informer.cache.ProcessorListener.Notification<ApiType>
io.kubernetes.client.informer.cache.ProcessorListener.UpdateNotification<ApiType>
Enclosing class:
ProcessorListener<ApiType extends io.kubernetes.client.common.KubernetesObject>

public static final class ProcessorListener.UpdateNotification<ApiType> extends ProcessorListener.Notification<ApiType>
  • Constructor Details

    • UpdateNotification

      public UpdateNotification(ApiType oldObj, ApiType newObj)