| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.informers.cache | |
| io.fabric8.kubernetes.client.informers.impl |
| Constructor and Description |
|---|
Controller(Class<T> apiTypeClass,
DeltaFIFO<T> queue,
ListerWatcher<T,L> listerWatcher,
Consumer<Deque<AbstractMap.SimpleEntry<DeltaFIFO.DeltaType,Object>>> processFunc,
Supplier<Boolean> resyncFunc,
long fullResyncPeriod,
OperationContext context,
ConcurrentLinkedQueue<SharedInformerEventListener> eventListeners) |
Reflector(Class<T> apiTypeClass,
ListerWatcher<T,L> listerWatcher,
Store store,
OperationContext operationContext,
long resyncPeriodMillis) |
Reflector(Class<T> apiTypeClass,
ListerWatcher<T,L> listerWatcher,
Store store,
OperationContext operationContext,
long resyncPeriodMillis,
ScheduledExecutorService resyncExecutor) |
| Constructor and Description |
|---|
DefaultSharedIndexInformer(Class<T> apiTypeClass,
ListerWatcher<T,L> listerWatcher,
long resyncPeriod,
OperationContext context,
ConcurrentLinkedQueue<SharedInformerEventListener> eventListeners) |
Copyright © 2015–2020 Red Hat. All rights reserved.