Package io.fabric8.kubernetes.client.dsl
Interface TtyExecInputOutputErrorable<X,O,PO,I,PI,T>
-
- Type Parameters:
X- The exec input.O- Where to write err and out to.PO- Where to pipe err and out toI- Where to read input from.PI- Where to pipe input toT- 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<W,I,PI,O,PO,X,T,B,IS,UB>,PodResource<T>
- 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, writingError
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.ErrorChannelable
readingErrorChannel, redirectingErrorChannel, writingErrorChannel
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Inputable
readingInput, redirectingInput, redirectingInput, writingInput
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Listenable
usingListener
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Outputable
readingOutput, redirectingOutput, writingOutput
-
-