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:
ExecActionBuilder,ExecActionFluentImpl,HandlerFluentImpl.ExecNestedImpl,ProbeFluentImpl.ExecNestedImpl,WatchEventFluentImpl.ExecActionObjectNestedImpl
public interface ExecActionFluent<A extends ExecActionFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
addAllToCommand
A addAllToCommand(Collection<String> items)
-
removeAllFromCommand
A removeAllFromCommand(Collection<String> items)
-
getCommand
String getCommand(int index)
-
getFirstCommand
String getFirstCommand()
-
getLastCommand
String getLastCommand()
-
hasCommand
Boolean hasCommand()
-
addNewCommand
A addNewCommand(StringBuilder arg1)
-
addNewCommand
A addNewCommand(StringBuffer arg1)
-
-