public class V1ExecActionFluentImpl<A extends V1ExecActionFluent<A>> extends BaseFluent<A> implements V1ExecActionFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ExecActionFluentImpl() |
V1ExecActionFluentImpl(io.kubernetes.client.openapi.models.V1ExecAction instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToCommand(Collection<String> items) |
A |
addToCommand(Integer index,
String item) |
A |
addToCommand(String... items) |
boolean |
equals(Object o) |
List<String> |
getCommand() |
String |
getCommand(Integer index) |
String |
getFirstCommand() |
String |
getLastCommand() |
String |
getMatchingCommand(Predicate<String> predicate) |
Boolean |
hasCommand() |
int |
hashCode() |
Boolean |
hasMatchingCommand(Predicate<String> predicate) |
A |
removeAllFromCommand(Collection<String> items) |
A |
removeFromCommand(String... items) |
A |
setToCommand(Integer index,
String item) |
String |
toString() |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ExecActionFluentImpl()
public V1ExecActionFluentImpl(io.kubernetes.client.openapi.models.V1ExecAction instance)
public A addToCommand(Integer index, String item)
addToCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public A setToCommand(Integer index, String item)
setToCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public A addToCommand(String... items)
addToCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public A addAllToCommand(Collection<String> items)
addAllToCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public List<String> getCommand()
getCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public String getCommand(Integer index)
getCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public String getFirstCommand()
getFirstCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public String getLastCommand()
getLastCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public A withCommand(List<String> command)
withCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public A withCommand(String... command)
withCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public Boolean hasCommand()
hasCommand in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ExecActionFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ExecActionFluent<A>>Copyright © 2022. All rights reserved.