public interface ImageRegistryConfigProxyFluent<A extends ImageRegistryConfigProxyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getHttp() |
String |
getHttps() |
String |
getNoProxy() |
Boolean |
hasHttp() |
Boolean |
hasHttps() |
Boolean |
hasNoProxy() |
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) |
String getHttp()
Boolean hasHttp()
@Deprecated A withNewHttp(String arg0)
String getHttps()
Boolean hasHttps()
@Deprecated A withNewHttps(String arg0)
String getNoProxy()
Boolean hasNoProxy()
@Deprecated A withNewNoProxy(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.