Package io.kubernetes.client.util
Interface Watchable<T>
- All Superinterfaces:
AutoCloseable
,Closeable
,Iterable<Watch.Response<T>>
,Iterator<Watch.Response<T>>
- All Known Implementing Classes:
Watch
public interface Watchable<T>
extends Iterable<Watch.Response<T>>, Iterator<Watch.Response<T>>, Closeable, AutoCloseable
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove