Uses of Class
io.kubernetes.client.informer.cache.Cache
Packages that use Cache
-
Uses of Cache in io.kubernetes.client.informer.impl
Constructors in io.kubernetes.client.informer.impl with parameters of type CacheModifierConstructorDescriptionDefaultSharedIndexInformer
(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)