Package io.fabric8.kubernetes.api.model
Class ExecActionFluentImpl<A extends ExecActionFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ExecActionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,ExecActionFluent<A>
- Direct Known Subclasses:
DoneableExecAction,ExecActionBuilder,HandlerFluentImpl.ExecNestedImpl,ProbeFluentImpl.ExecNestedImpl,WatchEventFluentImpl.ExecActionObjectNestedImpl
public class ExecActionFluentImpl<A extends ExecActionFluent<A>> extends BaseFluent<A> implements ExecActionFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExecActionFluentImpl()ExecActionFluentImpl(ExecAction instance) -
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)booleanequals(Object o)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)
-
Constructor Details
-
ExecActionFluentImpl
public ExecActionFluentImpl() -
ExecActionFluentImpl
-
-
Method Details
-
addToCommand
- Specified by:
addToCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
setToCommand
- Specified by:
setToCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addToCommand
- Specified by:
addToCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addAllToCommand
- Specified by:
addAllToCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
removeFromCommand
- Specified by:
removeFromCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
removeAllFromCommand
- Specified by:
removeAllFromCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getCommand
- Specified by:
getCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getCommand
- Specified by:
getCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getFirstCommand
- Specified by:
getFirstCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getLastCommand
- Specified by:
getLastCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getMatchingCommand
- Specified by:
getMatchingCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
hasMatchingCommand
- Specified by:
hasMatchingCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
withCommand
- Specified by:
withCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
withCommand
- Specified by:
withCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
hasCommand
- Specified by:
hasCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addNewCommand
- Specified by:
addNewCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addNewCommand
- Specified by:
addNewCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addNewCommand
- Specified by:
addNewCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
equals
-