Interface ProxyConfigFluent<A extends ProxyConfigFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
NetworkSpecFluent.KubeProxyConfigNested<N>
- All Known Implementing Classes:
NetworkSpecFluentImpl.KubeProxyConfigNestedImpl,ProxyConfigBuilder,ProxyConfigFluentImpl
public interface ProxyConfigFluent<A extends ProxyConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddToProxyArguments(String key, ArrayList<String> value)AaddToProxyArguments(Map<String,ArrayList<String>> map)StringgetBindAddress()StringgetIptablesSyncPeriod()Map<String,ArrayList<String>>getProxyArguments()BooleanhasBindAddress()BooleanhasIptablesSyncPeriod()BooleanhasProxyArguments()AremoveFromProxyArguments(String key)AremoveFromProxyArguments(Map<String,ArrayList<String>> map)AwithBindAddress(String bindAddress)AwithIptablesSyncPeriod(String iptablesSyncPeriod)AwithNewBindAddress(String arg1)AwithNewBindAddress(StringBuffer arg1)AwithNewBindAddress(StringBuilder arg1)AwithNewIptablesSyncPeriod(String arg1)AwithNewIptablesSyncPeriod(StringBuffer arg1)AwithNewIptablesSyncPeriod(StringBuilder arg1)AwithProxyArguments(Map<String,ArrayList<String>> proxyArguments)
-
-
-
Method Detail
-
getBindAddress
String getBindAddress()
-
hasBindAddress
Boolean hasBindAddress()
-
withNewBindAddress
A withNewBindAddress(StringBuilder arg1)
-
withNewBindAddress
A withNewBindAddress(StringBuffer arg1)
-
getIptablesSyncPeriod
String getIptablesSyncPeriod()
-
hasIptablesSyncPeriod
Boolean hasIptablesSyncPeriod()
-
withNewIptablesSyncPeriod
A withNewIptablesSyncPeriod(StringBuilder arg1)
-
withNewIptablesSyncPeriod
A withNewIptablesSyncPeriod(StringBuffer arg1)
-
hasProxyArguments
Boolean hasProxyArguments()
-
-