| Interface | Description |
|---|---|
| Cache<T> |
It basically saves and indexes all the entries.
|
| Indexer<T> |
Indexer extends Store interface and add index/de-index methods.
|
| ItemStore<V> |
Holds item state for the
SharedIndexInformer. |
| Store<T> |
Store is a generic object storage interface.
|
| Class | Description |
|---|---|
| BasicItemStore<V extends io.fabric8.kubernetes.api.model.HasMetadata> | |
| Lister<T> |
Lister interface is used to list cached items from a running informer.
|
| ReducedStateItemStore<V extends io.fabric8.kubernetes.api.model.HasMetadata> |
By default an informer stores every item that exists in memory.
|
| ReducedStateItemStore.KeyState |
Copyright © 2015–2024 Red Hat. All rights reserved.