Package io.fabric8.kubernetes.client.dsl
Interface Errorable<O,P,T>
- Type Parameters:
O- Where to write err to.P- Where to read err from.T- The return type.
- All Known Subinterfaces:
ContainerResource<S,W,I,PI,O,PO,X,T,B,IS,UB>,PodResource<T,D>,TtyExecErrorable<X,O,P,T>,TtyExecInputOutputErrorable<X,O,PO,I,PI,T>,TtyExecOutputErrorable<X,O,P,T>
- All Known Implementing Classes:
PodOperationsImpl
public interface Errorable<O,P,T>
-
Method Summary
Modifier and Type Method Description TreadingError(P in)TredirectingError()TwritingError(O in)
-
Method Details
-
writingError
-
readingError
-
redirectingError
T redirectingError()
-