Class KuryrConfigFluentImpl<A extends KuryrConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.KuryrConfigFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,KuryrConfigFluent<A>
- Direct Known Subclasses:
DefaultNetworkDefinitionFluentImpl.KuryrConfigNestedImpl,KuryrConfigBuilder
public class KuryrConfigFluentImpl<A extends KuryrConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KuryrConfigFluent<A>
-
-
Constructor Summary
Constructors Constructor Description KuryrConfigFluentImpl()KuryrConfigFluentImpl(KuryrConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
KuryrConfigFluentImpl
public KuryrConfigFluentImpl()
-
KuryrConfigFluentImpl
public KuryrConfigFluentImpl(KuryrConfig instance)
-
-
Method Detail
-
getControllerProbesPort
public Integer getControllerProbesPort()
- Specified by:
getControllerProbesPortin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withControllerProbesPort
public A withControllerProbesPort(Integer controllerProbesPort)
- Specified by:
withControllerProbesPortin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
hasControllerProbesPort
public Boolean hasControllerProbesPort()
- Specified by:
hasControllerProbesPortin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
getDaemonProbesPort
public Integer getDaemonProbesPort()
- Specified by:
getDaemonProbesPortin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withDaemonProbesPort
public A withDaemonProbesPort(Integer daemonProbesPort)
- Specified by:
withDaemonProbesPortin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
hasDaemonProbesPort
public Boolean hasDaemonProbesPort()
- Specified by:
hasDaemonProbesPortin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
isEnablePortPoolsPrepopulation
public Boolean isEnablePortPoolsPrepopulation()
- Specified by:
isEnablePortPoolsPrepopulationin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withEnablePortPoolsPrepopulation
public A withEnablePortPoolsPrepopulation(Boolean enablePortPoolsPrepopulation)
- Specified by:
withEnablePortPoolsPrepopulationin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
hasEnablePortPoolsPrepopulation
public Boolean hasEnablePortPoolsPrepopulation()
- Specified by:
hasEnablePortPoolsPrepopulationin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withNewEnablePortPoolsPrepopulation
public A withNewEnablePortPoolsPrepopulation(String arg1)
- Specified by:
withNewEnablePortPoolsPrepopulationin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withNewEnablePortPoolsPrepopulation
public A withNewEnablePortPoolsPrepopulation(boolean arg1)
- Specified by:
withNewEnablePortPoolsPrepopulationin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
getOpenStackServiceNetwork
public String getOpenStackServiceNetwork()
- Specified by:
getOpenStackServiceNetworkin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withOpenStackServiceNetwork
public A withOpenStackServiceNetwork(String openStackServiceNetwork)
- Specified by:
withOpenStackServiceNetworkin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
hasOpenStackServiceNetwork
public Boolean hasOpenStackServiceNetwork()
- Specified by:
hasOpenStackServiceNetworkin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withNewOpenStackServiceNetwork
public A withNewOpenStackServiceNetwork(String arg1)
- Specified by:
withNewOpenStackServiceNetworkin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withNewOpenStackServiceNetwork
public A withNewOpenStackServiceNetwork(StringBuilder arg1)
- Specified by:
withNewOpenStackServiceNetworkin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withNewOpenStackServiceNetwork
public A withNewOpenStackServiceNetwork(StringBuffer arg1)
- Specified by:
withNewOpenStackServiceNetworkin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
getPoolBatchPorts
public Integer getPoolBatchPorts()
- Specified by:
getPoolBatchPortsin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withPoolBatchPorts
public A withPoolBatchPorts(Integer poolBatchPorts)
- Specified by:
withPoolBatchPortsin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
hasPoolBatchPorts
public Boolean hasPoolBatchPorts()
- Specified by:
hasPoolBatchPortsin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
getPoolMaxPorts
public Integer getPoolMaxPorts()
- Specified by:
getPoolMaxPortsin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withPoolMaxPorts
public A withPoolMaxPorts(Integer poolMaxPorts)
- Specified by:
withPoolMaxPortsin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
hasPoolMaxPorts
public Boolean hasPoolMaxPorts()
- Specified by:
hasPoolMaxPortsin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
getPoolMinPorts
public Integer getPoolMinPorts()
- Specified by:
getPoolMinPortsin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
withPoolMinPorts
public A withPoolMinPorts(Integer poolMinPorts)
- Specified by:
withPoolMinPortsin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
hasPoolMinPorts
public Boolean hasPoolMinPorts()
- Specified by:
hasPoolMinPortsin interfaceKuryrConfigFluent<A extends KuryrConfigFluent<A>>
-
-