Package io.fabric8.kubernetes.client.dsl
Interface TtyExecInputOutputErrorable<X,O,PO,I,PI,T>
- Type Parameters:
O- Where to write err and out to.PO- Where to pipe err and out toPI- Where to pipe input toI- Where to read input from.T- The return type.X- The exec input.T- The exec output.
- All Superinterfaces:
Errorable<O,PO,TtyExecErrorChannelable<X,O,PO,T>>,ErrorChannelable<O,PO,TtyExecable<X,T>>,Execable<X,T>,ExecListenable<X,T>,Inputable<I,PI,TtyExecOutputErrorable<X,O,PO,T>>,Listenable<Execable<X,T>,ExecListener>,Outputable<O,PO,TtyExecErrorable<X,O,PO,T>>,Ttyable<ExecListenable<X,T>>,TtyExecable<X,T>,TtyExecErrorable<X,O,PO,T>,TtyExecErrorChannelable<X,O,PO,T>,TtyExecOutputErrorable<X,O,PO,T>
- All Known Subinterfaces:
ContainerResource<S,W,I,PI,O,PO,X,T,B,IS,UB>,PodResource<T,D>
- All Known Implementing Classes:
PodOperationsImpl
public interface TtyExecInputOutputErrorable<X,O,PO,I,PI,T> extends TtyExecOutputErrorable<X,O,PO,T>, Inputable<I,PI,TtyExecOutputErrorable<X,O,PO,T>>
-
Method Summary
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Errorable
readingError, redirectingError, writingErrorMethods inherited from interface io.fabric8.kubernetes.client.dsl.ErrorChannelable
readingErrorChannel, redirectingErrorChannel, writingErrorChannelMethods inherited from interface io.fabric8.kubernetes.client.dsl.Inputable
readingInput, redirectingInput, redirectingInput, writingInputMethods inherited from interface io.fabric8.kubernetes.client.dsl.Outputable
readingOutput, redirectingOutput, writingOutput