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