public class ProxySpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ProxySpec()
No args constructor for use in serialization
|
ProxySpec(String httpProxy,
String httpsProxy,
String noProxy,
List<String> readinessEndpoints,
ConfigMapNameReference trustedCA) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getNoProxy() |
List<String> |
getReadinessEndpoints() |
ConfigMapNameReference |
getTrustedCA() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHttpProxy(String httpProxy) |
void |
setHttpsProxy(String httpsProxy) |
void |
setNoProxy(String noProxy) |
void |
setReadinessEndpoints(List<String> readinessEndpoints) |
void |
setTrustedCA(ConfigMapNameReference trustedCA) |
public String getHttpProxy()
public void setHttpProxy(String httpProxy)
public String getHttpsProxy()
public void setHttpsProxy(String httpsProxy)
public String getNoProxy()
public void setNoProxy(String noProxy)
public ConfigMapNameReference getTrustedCA()
public void setTrustedCA(ConfigMapNameReference trustedCA)
Copyright © 2015–2021 Red Hat. All rights reserved.