public class ImageRegistryConfigProxyFluentImpl<A extends ImageRegistryConfigProxyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageRegistryConfigProxyFluent<A>
| Constructor and Description |
|---|
ImageRegistryConfigProxyFluentImpl() |
ImageRegistryConfigProxyFluentImpl(ImageRegistryConfigProxy instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHttp() |
String |
getHttps() |
String |
getNoProxy() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasHttp() |
Boolean |
hasHttps() |
Boolean |
hasNoProxy() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHttp(String http) |
A |
withHttps(String https) |
A |
withNewHttp(String arg0)
Deprecated.
|
A |
withNewHttps(String arg0)
Deprecated.
|
A |
withNewNoProxy(String arg0)
Deprecated.
|
A |
withNoProxy(String noProxy) |
public ImageRegistryConfigProxyFluentImpl()
public ImageRegistryConfigProxyFluentImpl(ImageRegistryConfigProxy instance)
public String getHttp()
getHttp in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public A withHttp(String http)
withHttp in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public Boolean hasHttp()
hasHttp in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>@Deprecated public A withNewHttp(String arg0)
withNewHttp in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public String getHttps()
getHttps in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public A withHttps(String https)
withHttps in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public Boolean hasHttps()
hasHttps in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>@Deprecated public A withNewHttps(String arg0)
withNewHttps in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public String getNoProxy()
getNoProxy in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public A withNoProxy(String noProxy)
withNoProxy in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public Boolean hasNoProxy()
hasNoProxy in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>@Deprecated public A withNewNoProxy(String arg0)
withNewNoProxy in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.