Package io.fabric8.kubernetes.client.dsl
Interface TtyExecOutputErrorable<X,O,P,T>
- Type Parameters:
X- The exec input.O- Where to write err to.P- Where to read err from.T- The exec output.
- All Superinterfaces:
Errorable<O,P,TtyExecErrorChannelable<X,O,P,T>>,ErrorChannelable<O,P,TtyExecable<X,T>>,Execable<X,T>,ExecListenable<X,T>,Listenable<Execable<X,T>,ExecListener>,Outputable<O,P,TtyExecErrorable<X,O,P,T>>,Ttyable<ExecListenable<X,T>>,TtyExecable<X,T>,TtyExecErrorable<X,O,P,T>,TtyExecErrorChannelable<X,O,P,T>
- All Known Subinterfaces:
ContainerResource<S,W,I,PI,O,PO,X,T,B,IS,UB>,PodResource<T,D>,TtyExecInputOutputErrorable<X,O,PO,I,PI,T>
- All Known Implementing Classes:
PodOperationsImpl
public interface TtyExecOutputErrorable<X,O,P,T> extends TtyExecErrorable<X,O,P,T>, Outputable<O,P,TtyExecErrorable<X,O,P,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.Outputable
readingOutput, redirectingOutput, writingOutput