Uses of Interface
io.fabric8.kubernetes.client.informers.SharedIndexInformer
-
Packages that use SharedIndexInformer Package Description io.fabric8.kubernetes.client.dsl io.fabric8.kubernetes.client.extension io.fabric8.kubernetes.client.informers -
-
Uses of SharedIndexInformer in io.fabric8.kubernetes.client.dsl
Methods in io.fabric8.kubernetes.client.dsl that return SharedIndexInformer Modifier and Type Method Description default SharedIndexInformer<T>Informable. inform()Similar to aWatch, but will attempt to handle failures after successfully started.default SharedIndexInformer<T>Informable. inform(ResourceEventHandler<? super T> handler)Similar to aWatch, but will attempt to handle failures after successfully started.SharedIndexInformer<T>Informable. inform(ResourceEventHandler<? super T> handler, long resync)Similar to aWatch, but will attempt to handle failures after successfully started.SharedIndexInformer<T>Informable. runnableInformer(long resync)Similar to aWatch, but will attempt to handle failures after successfully started. -
Uses of SharedIndexInformer in io.fabric8.kubernetes.client.extension
Methods in io.fabric8.kubernetes.client.extension that return SharedIndexInformer Modifier and Type Method Description SharedIndexInformer<T>ResourceAdapter. inform()SharedIndexInformer<T>ResourceAdapter. inform(ResourceEventHandler<? super T> handler)SharedIndexInformer<T>ResourceAdapter. inform(ResourceEventHandler<? super T> handler, long resync)SharedIndexInformer<T>ResourceAdapter. runnableInformer(long resync) -
Uses of SharedIndexInformer in io.fabric8.kubernetes.client.informers
Methods in io.fabric8.kubernetes.client.informers that return SharedIndexInformer Modifier and Type Method Description SharedIndexInformer<T>SharedIndexInformer. addEventHandler(ResourceEventHandler<? super T> handler)Add event handler.SharedIndexInformer<T>SharedIndexInformer. addEventHandlerWithResyncPeriod(ResourceEventHandler<? super T> handle, long resyncPeriod)Adds an event handler to the shared informer using the specified resync period.SharedIndexInformer<T>SharedIndexInformer. addIndexers(Map<String,Function<T,List<String>>> indexers)Add indexersSharedIndexInformer<T>SharedIndexInformer. exceptionHandler(ExceptionHandler handler)Sets theExceptionHandlerfor this informer.<T> SharedIndexInformer<T>SharedInformerFactory. getExistingSharedIndexInformer(Class<T> apiTypeClass)Gets existing shared index informer, return null if the requesting informer is never constructed.SharedIndexInformer<T>SharedIndexInformer. initialState(Stream<T> items)Sets the initial state of the informer store, which will be replaced by the initial list operation.SharedIndexInformer<T>SharedIndexInformer. itemStore(ItemStore<T> itemStore)SharedIndexInformer<T>SharedIndexInformer. removeEventHandler(ResourceEventHandler<? super T> handler)Remove event handler.SharedIndexInformer<T>SharedIndexInformer. removeIndexer(String name)Remove the named indexdefault SharedIndexInformer<T>SharedIndexInformer. removeNamespaceIndex()Remove the namesapce indexSharedIndexInformer<T>SharedIndexInformer. run()Starts the shared informer, which will be stopped whenstop()is called.<T extends io.fabric8.kubernetes.api.model.HasMetadata>
SharedIndexInformer<T>SharedInformerFactory. sharedIndexInformerFor(Class<T> apiTypeClass, long resyncPeriodInMillis)Constructs and returns a shared index informer with resync period specified.Methods in io.fabric8.kubernetes.client.informers with parameters of type SharedIndexInformer Modifier and Type Method Description default voidSharedInformerEventListener. onException(SharedIndexInformer<?> informer, Exception e)
-