-
-
Classes in io.fabric8.kubernetes.client.informers.cache that implement Store
| Modifier and Type |
Class |
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.
|
Constructors in io.fabric8.kubernetes.client.informers.cache with parameters of type Store
| Constructor |
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) |
|