Package io.fabric8.kubernetes.api.model
Class DoneableExecAction
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ExecActionFluentImpl<DoneableExecAction>
io.fabric8.kubernetes.api.model.DoneableExecAction
- All Implemented Interfaces:
Fluent<DoneableExecAction>,Visitable<DoneableExecAction>,Doneable<ExecAction>,ExecActionFluent<DoneableExecAction>
public class DoneableExecAction extends ExecActionFluentImpl<DoneableExecAction> implements Doneable<ExecAction>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableExecAction(Function<ExecAction,ExecAction> function)DoneableExecAction(ExecAction item)DoneableExecAction(ExecAction item, Function<ExecAction,ExecAction> function) -
Method Summary
Modifier and Type Method Description ExecActiondone()Methods inherited from class io.fabric8.kubernetes.api.model.ExecActionFluentImpl
addAllToCommand, addNewCommand, addNewCommand, addNewCommand, addToCommand, addToCommand, equals, getCommand, getCommand, getFirstCommand, getLastCommand, getMatchingCommand, hasCommand, hasMatchingCommand, removeAllFromCommand, removeFromCommand, setToCommand, withCommand, withCommand
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ExecAction>
-