Class HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>

    • Constructor Detail

      • HostNetworkStrategyFluent

        public HostNetworkStrategyFluent()
      • HostNetworkStrategyFluent

        public HostNetworkStrategyFluent​(HostNetworkStrategy instance)
    • Method Detail

      • getHttpPort

        public Integer getHttpPort()
      • withHttpPort

        public A withHttpPort​(Integer httpPort)
      • hasHttpPort

        public boolean hasHttpPort()
      • getHttpsPort

        public Integer getHttpsPort()
      • withHttpsPort

        public A withHttpsPort​(Integer httpsPort)
      • hasHttpsPort

        public boolean hasHttpsPort()
      • getProtocol

        public String getProtocol()
      • withProtocol

        public A withProtocol​(String protocol)
      • hasProtocol

        public boolean hasProtocol()
      • getStatsPort

        public Integer getStatsPort()
      • withStatsPort

        public A withStatsPort​(Integer statsPort)
      • hasStatsPort

        public boolean hasStatsPort()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HostNetworkStrategyFluent<A>>