Class KuryrConfig

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    public class KuryrConfig
    extends Object
    implements io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • KuryrConfig

        public KuryrConfig()
        No args constructor for use in serialization
      • KuryrConfig

        public KuryrConfig​(Integer controllerProbesPort,
                           Integer daemonProbesPort,
                           Boolean enablePortPoolsPrepopulation,
                           String openStackServiceNetwork,
                           Integer poolBatchPorts,
                           Integer poolMaxPorts,
                           Integer poolMinPorts)
        Parameters:
        controllerProbesPort -
        daemonProbesPort -
        enablePortPoolsPrepopulation -
        openStackServiceNetwork -
        poolBatchPorts -
        poolMaxPorts -
        poolMinPorts -
    • Method Detail

      • getControllerProbesPort

        public Integer getControllerProbesPort()
      • setControllerProbesPort

        public void setControllerProbesPort​(Integer controllerProbesPort)
      • getDaemonProbesPort

        public Integer getDaemonProbesPort()
      • setDaemonProbesPort

        public void setDaemonProbesPort​(Integer daemonProbesPort)
      • getEnablePortPoolsPrepopulation

        public Boolean getEnablePortPoolsPrepopulation()
      • setEnablePortPoolsPrepopulation

        public void setEnablePortPoolsPrepopulation​(Boolean enablePortPoolsPrepopulation)
      • getOpenStackServiceNetwork

        public String getOpenStackServiceNetwork()
      • setOpenStackServiceNetwork

        public void setOpenStackServiceNetwork​(String openStackServiceNetwork)
      • getPoolBatchPorts

        public Integer getPoolBatchPorts()
      • setPoolBatchPorts

        public void setPoolBatchPorts​(Integer poolBatchPorts)
      • getPoolMaxPorts

        public Integer getPoolMaxPorts()
      • setPoolMaxPorts

        public void setPoolMaxPorts​(Integer poolMaxPorts)
      • getPoolMinPorts

        public Integer getPoolMinPorts()
      • setPoolMinPorts

        public void setPoolMinPorts​(Integer poolMinPorts)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)