Class Reflector<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>>
java.lang.Object
io.fabric8.kubernetes.client.informers.cache.Reflector<T,L>
public class Reflector<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> extends Object
-
Constructor Summary
Constructors Constructor Description Reflector(Class<T> apiTypeClass, ListerWatcher<T,L> listerWatcher, Store store, OperationContext operationContext, long resyncPeriodMillis) -
Method Summary
Modifier and Type Method Description StringgetLastSyncResourceVersion()voidlistAndWatch()voidstop()
-
Constructor Details
-
Reflector
public Reflector(Class<T> apiTypeClass, ListerWatcher<T,L> listerWatcher, Store store, OperationContext operationContext, long resyncPeriodMillis)
-
-
Method Details
-
listAndWatch
- Throws:
Exception
-
stop
public void stop() -
getLastSyncResourceVersion
-