Interface KuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
DefaultNetworkDefinitionFluent.KuryrConfigNested<N>
- All Known Implementing Classes:
DefaultNetworkDefinitionFluentImpl.KuryrConfigNestedImpl,KuryrConfigBuilder,KuryrConfigFluentImpl
public interface KuryrConfigFluent<A extends KuryrConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getControllerProbesPort
Integer getControllerProbesPort()
-
hasControllerProbesPort
Boolean hasControllerProbesPort()
-
getDaemonProbesPort
Integer getDaemonProbesPort()
-
hasDaemonProbesPort
Boolean hasDaemonProbesPort()
-
isEnablePortPoolsPrepopulation
Boolean isEnablePortPoolsPrepopulation()
-
withEnablePortPoolsPrepopulation
A withEnablePortPoolsPrepopulation(Boolean enablePortPoolsPrepopulation)
-
hasEnablePortPoolsPrepopulation
Boolean hasEnablePortPoolsPrepopulation()
-
withNewEnablePortPoolsPrepopulation
A withNewEnablePortPoolsPrepopulation(boolean arg1)
-
getOpenStackServiceNetwork
String getOpenStackServiceNetwork()
-
hasOpenStackServiceNetwork
Boolean hasOpenStackServiceNetwork()
-
withNewOpenStackServiceNetwork
A withNewOpenStackServiceNetwork(StringBuilder arg1)
-
withNewOpenStackServiceNetwork
A withNewOpenStackServiceNetwork(StringBuffer arg1)
-
getPoolBatchPorts
Integer getPoolBatchPorts()
-
hasPoolBatchPorts
Boolean hasPoolBatchPorts()
-
getPoolMaxPorts
Integer getPoolMaxPorts()
-
hasPoolMaxPorts
Boolean hasPoolMaxPorts()
-
getPoolMinPorts
Integer getPoolMinPorts()
-
hasPoolMinPorts
Boolean hasPoolMinPorts()
-
-