Package io.fabric8.kubernetes.client.dsl
Interface ExecWatch
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
ExecWebSocketListener
public interface ExecWatch extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the Watch.InputStreamgetError()InputStreamgetErrorChannel()OutputStreamgetInput()InputStreamgetOutput()voidresize(int cols, int rows)
-
-
-
Method Detail
-
getInput
OutputStream getInput()
-
getOutput
InputStream getOutput()
-
getError
InputStream getError()
-
getErrorChannel
InputStream getErrorChannel()
-
close
void close()
Close the Watch.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
resize
void resize(int cols, int rows)
-
-