| Constructor and Description |
|---|
ExecProcess(io.kubernetes.client.openapi.ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
exitValue() |
InputStream |
getConnectionErrorStream() |
InputStream |
getErrorStream() |
protected WebSocketStreamHandler |
getHandler() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
OutputStream |
getResizeStream() |
boolean |
isAlive() |
int |
waitFor() |
boolean |
waitFor(long timeout,
TimeUnit unit) |
destroyForciblypublic ExecProcess(io.kubernetes.client.openapi.ApiClient apiClient)
throws IOException
IOExceptionprotected WebSocketStreamHandler getHandler()
public OutputStream getOutputStream()
getOutputStream in class Processpublic InputStream getInputStream()
getInputStream in class Processpublic InputStream getErrorStream()
getErrorStream in class Processpublic InputStream getConnectionErrorStream()
public OutputStream getResizeStream()
public int waitFor()
throws InterruptedException
waitFor in class ProcessInterruptedExceptionpublic boolean waitFor(long timeout,
TimeUnit unit)
throws InterruptedException
waitFor in class ProcessInterruptedExceptionCopyright © 2020. All rights reserved.