Package io.fabric8.kubernetes.client.dsl
Interface LogWatch
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
LogWatchCallback
public interface LogWatch extends Closeable
-
Method Summary
Modifier and Type Method Description voidclose()Close the Watch.InputStreamgetOutput()
-
Method Details
-
getOutput
InputStream getOutput() -
close
void close()Close the Watch.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-