Package io.fabric8.kubernetes.client.dsl
Interface LogWatch
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface LogWatch extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the Watch.InputStreamgetOutput()Returns theInputStreamfor the log watch.
-
-
-
Method Detail
-
getOutput
InputStream getOutput()
Returns theInputStreamfor the log watch. If anOutputStreamwas passed in, will be null- Returns:
- the
InputStreamwhich must be read completely or closed
-
close
void close()
Close the Watch.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-