-
Subinterfaces of TtyExecOutputErrorable in io.fabric8.kubernetes.client.dsl
| Modifier and Type |
Interface |
Description |
interface |
ContainerResource<S,W,I,PI,O,PO,X,T,B,IS,UB> |
|
interface |
PodResource<T,D> |
|
interface |
TtyExecInputOutputErrorable<X,O,PO,I,PI,T> |
|
-
Methods in io.fabric8.kubernetes.client.dsl.internal.core.v1 that return TtyExecOutputErrorable
| Modifier and Type |
Method |
Description |
TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch> |
PodOperationsImpl.readingInput(InputStream in) |
|
TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch> |
PodOperationsImpl.redirectingInput() |
|
TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch> |
PodOperationsImpl.redirectingInput(Integer bufferSize) |
|
TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch> |
PodOperationsImpl.writingInput(PipedOutputStream inPipe) |
|