Package io.fabric8.kubernetes.api.model
Interface ExecActionFluent<A extends ExecActionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
HandlerFluent.ExecNested<N>,ProbeFluent.ExecNested<N>,WatchEventFluent.ExecActionObjectNested<N>
- All Known Implementing Classes:
DoneableExecAction,ExecActionBuilder,ExecActionFluentImpl,HandlerFluentImpl.ExecNestedImpl,ProbeFluentImpl.ExecNestedImpl,WatchEventFluentImpl.ExecActionObjectNestedImpl
public interface ExecActionFluent<A extends ExecActionFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description AaddAllToCommand(Collection<String> items)AaddNewCommand(String arg1)AaddNewCommand(StringBuffer arg1)AaddNewCommand(StringBuilder arg1)AaddToCommand(int index, String item)AaddToCommand(String... items)List<String>getCommand()StringgetCommand(int index)StringgetFirstCommand()StringgetLastCommand()StringgetMatchingCommand(Predicate<String> predicate)BooleanhasCommand()BooleanhasMatchingCommand(Predicate<String> predicate)AremoveAllFromCommand(Collection<String> items)AremoveFromCommand(String... items)AsetToCommand(int index, String item)AwithCommand(String... command)AwithCommand(List<String> command)
-
Method Details
-
addToCommand
-
setToCommand
-
addToCommand
-
addAllToCommand
-
removeFromCommand
-
removeAllFromCommand
-
getCommand
-
getCommand
-
getFirstCommand
String getFirstCommand() -
getLastCommand
String getLastCommand() -
getMatchingCommand
-
hasMatchingCommand
-
withCommand
-
withCommand
-
hasCommand
Boolean hasCommand() -
addNewCommand
-
addNewCommand
-
addNewCommand
-