Package io.fabric8.kubernetes.client
Interface Watch
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface Watch extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the Watch.
-
-
-
Method Detail
-
close
void close()
Close the Watch.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-