public interface ProxyConfigFluent<A extends ProxyConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToProxyArguments(Map<String,ArrayList<String>> map) |
A |
addToProxyArguments(String key,
ArrayList<String> value) |
String |
getBindAddress() |
String |
getIptablesSyncPeriod() |
Map<String,ArrayList<String>> |
getProxyArguments() |
Boolean |
hasBindAddress() |
Boolean |
hasIptablesSyncPeriod() |
Boolean |
hasProxyArguments() |
A |
removeFromProxyArguments(Map<String,ArrayList<String>> map) |
A |
removeFromProxyArguments(String key) |
A |
withBindAddress(String bindAddress) |
A |
withIptablesSyncPeriod(String iptablesSyncPeriod) |
A |
withNewBindAddress(String arg0)
Deprecated.
|
A |
withNewIptablesSyncPeriod(String arg0)
Deprecated.
|
<K,V> A |
withProxyArguments(Map<String,ArrayList<String>> proxyArguments) |
String getBindAddress()
Boolean hasBindAddress()
@Deprecated A withNewBindAddress(String arg0)
String getIptablesSyncPeriod()
Boolean hasIptablesSyncPeriod()
@Deprecated A withNewIptablesSyncPeriod(String arg0)
Boolean hasProxyArguments()
Copyright © 2015–2020 Red Hat. All rights reserved.