Package io.fabric8.kubernetes.client.dsl
Interface Inputable<I,P,T>
-
- All Known Subinterfaces:
ContainerResource<W,I,PI,O,PO,X,T,B,IS,UB>,PodResource<T>,TtyExecInputOutputErrorable<X,O,PO,I,PI,T>
- All Known Implementing Classes:
PodOperationsImpl
public interface Inputable<I,P,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TreadingInput(I in)TredirectingInput()TredirectingInput(Integer bufferSize)TwritingInput(P in)
-