Package io.fabric8.kubernetes.client.dsl
Interface ErrorChannelable<O,P,T>
-
- Type Parameters:
O- Where to write errorChannel to.P- Where to read errorChannel from.T- The return type.
- All Known Subinterfaces:
ContainerResource<W,I,PI,O,PO,X,T,B,IS,UB>,PodResource<T>,TtyExecErrorable<X,O,P,T>,TtyExecErrorChannelable<X,O,P,T>,TtyExecInputOutputErrorable<X,O,PO,I,PI,T>,TtyExecOutputErrorable<X,O,P,T>
- All Known Implementing Classes:
PodOperationsImpl
public interface ErrorChannelable<O,P,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TreadingErrorChannel(P in)TredirectingErrorChannel()TwritingErrorChannel(O in)
-