public interface KuryrConfigFluent<A extends KuryrConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getControllerProbesPort() |
Integer |
getDaemonProbesPort() |
Boolean |
getEnablePortPoolsPrepopulation() |
String |
getOpenStackServiceNetwork() |
Integer |
getPoolBatchPorts() |
Integer |
getPoolMaxPorts() |
Integer |
getPoolMinPorts() |
Boolean |
hasControllerProbesPort() |
Boolean |
hasDaemonProbesPort() |
Boolean |
hasEnablePortPoolsPrepopulation() |
Boolean |
hasOpenStackServiceNetwork() |
Boolean |
hasPoolBatchPorts() |
Boolean |
hasPoolMaxPorts() |
Boolean |
hasPoolMinPorts() |
A |
withControllerProbesPort(Integer controllerProbesPort) |
A |
withDaemonProbesPort(Integer daemonProbesPort) |
A |
withEnablePortPoolsPrepopulation(Boolean enablePortPoolsPrepopulation) |
A |
withNewOpenStackServiceNetwork(String arg0)
Deprecated.
|
A |
withOpenStackServiceNetwork(String openStackServiceNetwork) |
A |
withPoolBatchPorts(Integer poolBatchPorts) |
A |
withPoolMaxPorts(Integer poolMaxPorts) |
A |
withPoolMinPorts(Integer poolMinPorts) |
Integer getControllerProbesPort()
Boolean hasControllerProbesPort()
Integer getDaemonProbesPort()
Boolean hasDaemonProbesPort()
Boolean getEnablePortPoolsPrepopulation()
A withEnablePortPoolsPrepopulation(Boolean enablePortPoolsPrepopulation)
Boolean hasEnablePortPoolsPrepopulation()
String getOpenStackServiceNetwork()
Boolean hasOpenStackServiceNetwork()
@Deprecated A withNewOpenStackServiceNetwork(String arg0)
Integer getPoolBatchPorts()
Boolean hasPoolBatchPorts()
Integer getPoolMaxPorts()
Boolean hasPoolMaxPorts()
Integer getPoolMinPorts()
Boolean hasPoolMinPorts()
Copyright © 2015–2021 Red Hat. All rights reserved.