Uses of Interface
io.fabric8.kubernetes.client.informers.cache.Store
-
Packages that use Store Package Description io.fabric8.kubernetes.client.informers io.fabric8.kubernetes.client.informers.cache -
-
Uses of Store in io.fabric8.kubernetes.client.informers
Methods in io.fabric8.kubernetes.client.informers that return Store Modifier and Type Method Description Store<T>SharedIndexInformer. getStore()Return the Store associated with this informer -
Uses of Store in io.fabric8.kubernetes.client.informers.cache
Subinterfaces of Store in io.fabric8.kubernetes.client.informers.cache Modifier and Type Interface Description interfaceCache<T>It basically saves and indexes all the entries.interfaceIndexer<T>Indexer extends Store interface and add index/de-index methods.
-