All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToEnvironmentVariables(Map<String,String> map) |
A |
addToEnvironmentVariables(String key,
String value) |
ProxyImage |
buildImage() |
WorkloadSelector |
buildSelector() |
protected void |
copyInstance(ProxyConfigSpec instance) |
ProxyConfigSpecFluent.ImageNested<A> |
editImage() |
ProxyConfigSpecFluent.ImageNested<A> |
editOrNewImage() |
ProxyConfigSpecFluent.ImageNested<A> |
editOrNewImageLike(ProxyImage item) |
ProxyConfigSpecFluent.SelectorNested<A> |
editOrNewSelector() |
ProxyConfigSpecFluent.SelectorNested<A> |
editOrNewSelectorLike(WorkloadSelector item) |
ProxyConfigSpecFluent.SelectorNested<A> |
editTypeSelector() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getConcurrency() |
Map<String,String> |
getEnvironmentVariables() |
boolean |
hasAdditionalProperties() |
boolean |
hasConcurrency() |
boolean |
hasEnvironmentVariables() |
int |
hashCode() |
boolean |
hasImage() |
boolean |
hasSelector() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromEnvironmentVariables(Map<String,String> map) |
A |
removeFromEnvironmentVariables(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withConcurrency(Integer concurrency) |
<K,V> A |
withEnvironmentVariables(Map<String,String> environmentVariables) |
A |
withImage(ProxyImage image) |
ProxyConfigSpecFluent.ImageNested<A> |
withNewImage() |
A |
withNewImage(String imageType) |
ProxyConfigSpecFluent.ImageNested<A> |
withNewImageLike(ProxyImage item) |
ProxyConfigSpecFluent.SelectorNested<A> |
withNewSelector() |
ProxyConfigSpecFluent.SelectorNested<A> |
withNewSelectorLike(WorkloadSelector item) |
A |
withSelector(WorkloadSelector selector) |