public class ProxyConfigFluent<A extends ProxyConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ProxyConfigFluent() |
ProxyConfigFluent(ProxyConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ProxyConfig instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getNoProxy() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasHttpProxy() |
boolean |
hasHttpsProxy() |
boolean |
hasNoProxy() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHttpProxy(String httpProxy) |
A |
withHttpsProxy(String httpsProxy) |
A |
withNoProxy(String noProxy) |
public ProxyConfigFluent()
public ProxyConfigFluent(ProxyConfig instance)
protected void copyInstance(ProxyConfig instance)
public String getHttpProxy()
public boolean hasHttpProxy()
public String getHttpsProxy()
public boolean hasHttpsProxy()
public String getNoProxy()
public boolean hasNoProxy()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxyConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxyConfigFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.