Interface ListerWatcher<T,L>
- Type Parameters:
T- typeL- list for that type
public interface ListerWatcher<T,L>
ListerWatcher is any object that knows how to perform an initial list and
start a watch on a resource.
-
Method Summary
Modifier and Type Method Description Llist(io.fabric8.kubernetes.api.model.ListOptions params, String namespace, OperationContext context)Watchwatch(io.fabric8.kubernetes.api.model.ListOptions params, String namespace, OperationContext context, Watcher<T> watcher)
-
Method Details
-
watch
Watch watch(io.fabric8.kubernetes.api.model.ListOptions params, String namespace, OperationContext context, Watcher<T> watcher) -
list
L list(io.fabric8.kubernetes.api.model.ListOptions params, String namespace, OperationContext context)
-