| 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 |
DeltaFIFO<T>
The DeltaFIFO inherits from an Object queue since that we're actually
reading from it as Deltas but writing it as Kubernetes object.
|
| Constructor and Description |
|---|
DeltaFIFO(Function<T,String> keyFunc,
Store knownObjects) |
Reflector(Class<T> apiTypeClass,
ListerWatcher<T,L> listerWatcher,
Store store,
OperationContext operationContext,
long resyncPeriodMillis) |
ReflectorWatcher(Store<T> store,
AtomicReference<String> lastSyncResourceVersion,
Runnable onClose,
Runnable onHttpGone) |
Copyright © 2015–2020 Red Hat. All rights reserved.