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