Interface ListerWatcher<T,​L>

Type Parameters:
T - type
L - 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
    L list​(io.fabric8.kubernetes.api.model.ListOptions params, String namespace, OperationContext context)  
    Watch watch​(io.fabric8.kubernetes.api.model.ListOptions params, String namespace, OperationContext context, Watcher<T> watcher)