Uses of Interface
io.kubernetes.client.informer.ListerWatcher
Packages that use ListerWatcher
Package
Description
-
Uses of ListerWatcher in io.kubernetes.client.informer
Methods in io.kubernetes.client.informer with parameters of type ListerWatcherModifier and TypeMethodDescription<ApiType extends io.kubernetes.client.common.KubernetesObject,ApiListType extends io.kubernetes.client.common.KubernetesListObject>
SharedIndexInformer<ApiType>SharedInformerFactory.sharedIndexInformerFor(ListerWatcher<ApiType, ApiListType> listerWatcher, Class<ApiType> apiTypeClass, long resyncPeriodInMillis) Constructs and returns a shared index informer by specifying lister-watcher.<ApiType extends io.kubernetes.client.common.KubernetesObject,ApiListType extends io.kubernetes.client.common.KubernetesListObject>
SharedIndexInformer<ApiType>SharedInformerFactory.sharedIndexInformerFor(ListerWatcher<ApiType, ApiListType> listerWatcher, Class<ApiType> apiTypeClass, long resyncPeriodInMillis, BiConsumer<Class<ApiType>, Throwable> exceptionHandler) -
Uses of ListerWatcher in io.kubernetes.client.informer.cache
Constructors in io.kubernetes.client.informer.cache with parameters of type ListerWatcherModifierConstructorDescriptionController(Class<ApiType> apiTypeClass, DeltaFIFO queue, ListerWatcher<ApiType, ApiListType> listerWatcher, Consumer<Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType, io.kubernetes.client.common.KubernetesObject>>> popProcessFunc) Controller(Class<ApiType> apiTypeClass, DeltaFIFO queue, ListerWatcher<ApiType, ApiListType> listerWatcher, Consumer<Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType, io.kubernetes.client.common.KubernetesObject>>> processFunc, Supplier<Boolean> resyncFunc, long fullResyncPeriod) Controller(Class<ApiType> apiTypeClass, DeltaFIFO queue, ListerWatcher<ApiType, ApiListType> listerWatcher, Consumer<Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType, io.kubernetes.client.common.KubernetesObject>>> processFunc, Supplier<Boolean> resyncFunc, long fullResyncPeriod, BiConsumer<Class<ApiType>, Throwable> exceptionHandler) ReflectorRunnable(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, DeltaFIFO store) ReflectorRunnable(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, DeltaFIFO store, BiConsumer<Class<ApiType>, Throwable> exceptionHandler) -
Uses of ListerWatcher in io.kubernetes.client.informer.impl
Constructors in io.kubernetes.client.informer.impl with parameters of type ListerWatcherModifierConstructorDescriptionDefaultSharedIndexInformer(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, long resyncPeriod) DefaultSharedIndexInformer(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, long resyncPeriod, Cache<ApiType> cache) DefaultSharedIndexInformer(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, long resyncPeriod, Cache<ApiType> cache, BiConsumer<Class<ApiType>, Throwable> exceptionHandler) DefaultSharedIndexInformer(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, long resyncPeriod, DeltaFIFO deltaFIFO, Indexer<ApiType> indexer) DefaultSharedIndexInformer(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, long resyncPeriod, DeltaFIFO deltaFIFO, Indexer<ApiType> indexer, BiConsumer<Class<ApiType>, Throwable> exceptionHandler)