Uses of Class
io.fabric8.kubernetes.client.informers.impl.cache.CacheImpl
-
Packages that use CacheImpl Package Description io.fabric8.kubernetes.client.informers.impl.cache -
-
Uses of CacheImpl in io.fabric8.kubernetes.client.informers.impl.cache
Methods in io.fabric8.kubernetes.client.informers.impl.cache that return CacheImpl Modifier and Type Method Description CacheImpl<T>
CacheImpl. addIndexFunc(String indexName, Function<T,List<String>> indexFunc)
Add index func.Constructors in io.fabric8.kubernetes.client.informers.impl.cache with parameters of type CacheImpl Constructor Description ProcessorStore(CacheImpl<T> cache, SharedProcessor<T> processor)
-