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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CustomDeploymentStrategyParamsFluentImpl()
public CustomDeploymentStrategyParamsFluentImpl(CustomDeploymentStrategyParams instance)
public A addToCommand(Integer index, String item)
addToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A setToCommand(Integer 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(Integer 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 addToEnvironment(Integer index, io.fabric8.kubernetes.api.model.EnvVar item)
addToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A setToEnvironment(Integer 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(Integer 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 addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomDeploymentStrategyParamsFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.