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
All Methods Instance Methods Abstract Methods 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 Detail
-
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)
-
-