| Package | Description |
|---|---|
| io.kubernetes.client.informer.cache | |
| io.kubernetes.client.informer.impl |
| Constructor and Description |
|---|
Controller(java.lang.Class<ApiType> apiTypeClass,
DeltaFIFO<ApiType> queue,
ListerWatcher<ApiType,ApiListType> listerWatcher,
java.util.function.Consumer<java.util.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,java.lang.Object>>> popProcessFunc) |
Controller(java.lang.Class<ApiType> apiTypeClass,
DeltaFIFO<ApiType> queue,
ListerWatcher<ApiType,ApiListType> listerWatcher,
java.util.function.Consumer<java.util.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,java.lang.Object>>> processFunc,
java.util.function.Supplier<java.lang.Boolean> resyncFunc,
long fullResyncPeriod) |
| Constructor and Description |
|---|
DefaultSharedIndexInformer(java.lang.Class<ApiType> apiTypeClass,
ListerWatcher<ApiType,ApiListType> listerWatcher,
long resyncPeriod,
DeltaFIFO<ApiType> deltaFIFO,
Indexer<ApiType> indexer) |
Copyright © 2020. All rights reserved.