| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.informers | |
| io.fabric8.kubernetes.client.informers.cache |
| Constructor and Description |
|---|
ResyncRunnable(Store<T> store,
Supplier<Boolean> shouldResyncFunc) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Indexer<T>
Indexer extends Store interface and add index/de-index methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cache<T>
It basically saves and indexes all the entries.
|
class |
ProcessorStore<T>
Wraps a
Store to distribute events related to changes and syncs |
| Constructor and Description |
|---|
Controller(Class<T> apiTypeClass,
Store<T> store,
ListerWatcher<T,L> listerWatcher,
Supplier<Boolean> resyncFunc,
long fullResyncPeriod,
OperationContext context,
ConcurrentLinkedQueue<SharedInformerEventListener> eventListeners) |
ProcessorStore(Store<T> actualStore,
SharedProcessor<T> processor) |
Reflector(Class<T> apiTypeClass,
ListerWatcher<T,L> listerWatcher,
Store store,
OperationContext operationContext) |
ReflectorWatcher(Store<T> store,
AtomicReference<String> lastSyncResourceVersion,
Runnable onHttpGone) |
Copyright © 2015–2021 Red Hat. All rights reserved.