Package io.fabric8.kubernetes.client.informers.impl.cache
-
Class Summary Class Description CacheImpl<T extends io.fabric8.kubernetes.api.model.HasMetadata> It basically saves and indexes all the entries.ProcessorListener<T> ProcessorListener implements Runnable interface.ProcessorListener.AddNotification<T> ProcessorListener.DeleteNotification<T> ProcessorListener.Notification<T> ProcessorListener.UpdateNotification<T> ProcessorStore<T extends io.fabric8.kubernetes.api.model.HasMetadata> Wraps aCache
and aSharedProcessor
to distribute events related to changes and syncsReflector<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> SharedProcessor<T> SharedProcessor class manages all the registered ProcessListener and distributes notifications.