public class CustomDeploymentStrategyParamsFluentImpl<A extends CustomDeploymentStrategyParamsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomDeploymentStrategyParamsFluent<A>
| Constructor and Description |
|---|
CustomDeploymentStrategyParamsFluentImpl() |
CustomDeploymentStrategyParamsFluentImpl(CustomDeploymentStrategyParams instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToCommand(Collection<String> items) |
A |
addAllToEnvironment(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
addNewCommand(String arg1) |
A |
addNewCommand(StringBuffer arg1) |
A |
addNewCommand(StringBuilder arg1) |
A |
addToCommand(int index,
String item) |
A |
addToCommand(String... items) |
A |
addToEnvironment(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
addToEnvironment(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
boolean |
equals(Object o) |
List<String> |
getCommand() |
String |
getCommand(int index) |
List<io.fabric8.kubernetes.api.model.EnvVar> |
getEnvironment() |
io.fabric8.kubernetes.api.model.EnvVar |
getEnvironment(int index) |
String |
getFirstCommand() |
io.fabric8.kubernetes.api.model.EnvVar |
getFirstEnvironment() |
String |
getImage() |
String |
getLastCommand() |
io.fabric8.kubernetes.api.model.EnvVar |
getLastEnvironment() |
String |
getMatchingCommand(Predicate<String> predicate) |
io.fabric8.kubernetes.api.model.EnvVar |
getMatchingEnvironment(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate) |
Boolean |
hasCommand() |
Boolean |
hasEnvironment() |
int |
hashCode() |
Boolean |
hasImage() |
Boolean |
hasMatchingCommand(Predicate<String> predicate) |
Boolean |
hasMatchingEnvironment(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate) |
A |
removeAllFromCommand(Collection<String> items) |
A |
removeAllFromEnvironment(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
removeFromCommand(String... items) |
A |
removeFromEnvironment(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
setToCommand(int index,
String item) |
A |
setToEnvironment(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
A |
withEnvironment(io.fabric8.kubernetes.api.model.EnvVar... environment) |
A |
withEnvironment(List<io.fabric8.kubernetes.api.model.EnvVar> environment) |
A |
withImage(String image) |
A |
withNewImage(String arg1) |
A |
withNewImage(StringBuffer arg1) |
A |
withNewImage(StringBuilder arg1) |
public CustomDeploymentStrategyParamsFluentImpl()
public CustomDeploymentStrategyParamsFluentImpl(CustomDeploymentStrategyParams instance)
public A addToCommand(int index, String item)
addToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A setToCommand(int index, String item)
setToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addToCommand(String... items)
addToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addAllToCommand(Collection<String> items)
addAllToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public List<String> getCommand()
getCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public String getCommand(int index)
getCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public String getFirstCommand()
getFirstCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public String getLastCommand()
getLastCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withCommand(List<String> command)
withCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withCommand(String... command)
withCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public Boolean hasCommand()
hasCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addNewCommand(String arg1)
addNewCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addNewCommand(StringBuilder arg1)
addNewCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addNewCommand(StringBuffer arg1)
addNewCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addToEnvironment(int index, io.fabric8.kubernetes.api.model.EnvVar item)
addToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A setToEnvironment(int index, io.fabric8.kubernetes.api.model.EnvVar item)
setToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addToEnvironment(io.fabric8.kubernetes.api.model.EnvVar... items)
addToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addAllToEnvironment(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
addAllToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeFromEnvironment(io.fabric8.kubernetes.api.model.EnvVar... items)
removeFromEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeAllFromEnvironment(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
removeAllFromEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public List<io.fabric8.kubernetes.api.model.EnvVar> getEnvironment()
getEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getEnvironment(int index)
getEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getFirstEnvironment()
getFirstEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getLastEnvironment()
getLastEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getMatchingEnvironment(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)
getMatchingEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public Boolean hasMatchingEnvironment(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)
hasMatchingEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withEnvironment(List<io.fabric8.kubernetes.api.model.EnvVar> environment)
withEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withEnvironment(io.fabric8.kubernetes.api.model.EnvVar... environment)
withEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public Boolean hasEnvironment()
hasEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public String getImage()
getImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withImage(String image)
withImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public Boolean hasImage()
hasImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withNewImage(String arg1)
withNewImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withNewImage(StringBuilder arg1)
withNewImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withNewImage(StringBuffer arg1)
withNewImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.