| Interface | Description |
|---|---|
| Indexer<T> |
Indexer extends Store interface and add index/de-index methods.
|
| Store<T> |
Store is a generic object storage interface.
|
| SyncableStore<T> |
| Class | Description |
|---|---|
| Cache<T> |
It basically saves and indexes all the entries.
|
| Lister<T> |
Lister interface is used to list cached items from a running informer.
|
| 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 a
Cache and a SharedProcessor to distribute events related to changes and syncs |
| Reflector<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.
|
Copyright © 2015–2022 Red Hat. All rights reserved.