Package io.fabric8.kubernetes.client.dsl
Interface ExecListenable
-
- All Superinterfaces:
Execable
- All Known Subinterfaces:
ContainerResource,PodResource,TtyExecable,TtyExecErrorable,TtyExecErrorChannelable,TtyExecOutputErrorable
public interface ExecListenable extends Execable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecableusingListener(ExecListener listener)-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Execable
attach, exec, withReadyWaitTimeout
-
-
-
-
Method Detail
-
usingListener
Execable usingListener(ExecListener listener)
-
-