Class IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>

    • Constructor Detail

      • IngressControllerTuningOptionsFluent

        public IngressControllerTuningOptionsFluent()
    • Method Detail

      • addToAdditionalProperties

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

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

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

        public String getClientFinTimeout()
      • getClientTimeout

        public String getClientTimeout()
      • getConnectTimeout

        public String getConnectTimeout()
      • getHeaderBufferBytes

        public Integer getHeaderBufferBytes()
      • getHeaderBufferMaxRewriteBytes

        public Integer getHeaderBufferMaxRewriteBytes()
      • getHealthCheckInterval

        public String getHealthCheckInterval()
      • getHttpKeepAliveTimeout

        public String getHttpKeepAliveTimeout()
      • getMaxConnections

        public Integer getMaxConnections()
      • getReloadInterval

        public String getReloadInterval()
      • getServerFinTimeout

        public String getServerFinTimeout()
      • getServerTimeout

        public String getServerTimeout()
      • getThreadCount

        public Integer getThreadCount()
      • getTlsInspectDelay

        public String getTlsInspectDelay()
      • getTunnelTimeout

        public String getTunnelTimeout()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasClientFinTimeout

        public boolean hasClientFinTimeout()
      • hasClientTimeout

        public boolean hasClientTimeout()
      • hasConnectTimeout

        public boolean hasConnectTimeout()
      • hasHeaderBufferBytes

        public boolean hasHeaderBufferBytes()
      • hasHeaderBufferMaxRewriteBytes

        public boolean hasHeaderBufferMaxRewriteBytes()
      • hasHealthCheckInterval

        public boolean hasHealthCheckInterval()
      • hasHttpKeepAliveTimeout

        public boolean hasHttpKeepAliveTimeout()
      • hasMaxConnections

        public boolean hasMaxConnections()
      • hasReloadInterval

        public boolean hasReloadInterval()
      • hasServerFinTimeout

        public boolean hasServerFinTimeout()
      • hasServerTimeout

        public boolean hasServerTimeout()
      • hasThreadCount

        public boolean hasThreadCount()
      • hasTlsInspectDelay

        public boolean hasTlsInspectDelay()
      • hasTunnelTimeout

        public boolean hasTunnelTimeout()
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

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

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

        public A withClientFinTimeout​(String clientFinTimeout)
      • withClientTimeout

        public A withClientTimeout​(String clientTimeout)
      • withConnectTimeout

        public A withConnectTimeout​(String connectTimeout)
      • withHeaderBufferBytes

        public A withHeaderBufferBytes​(Integer headerBufferBytes)
      • withHeaderBufferMaxRewriteBytes

        public A withHeaderBufferMaxRewriteBytes​(Integer headerBufferMaxRewriteBytes)
      • withHealthCheckInterval

        public A withHealthCheckInterval​(String healthCheckInterval)
      • withHttpKeepAliveTimeout

        public A withHttpKeepAliveTimeout​(String httpKeepAliveTimeout)
      • withMaxConnections

        public A withMaxConnections​(Integer maxConnections)
      • withReloadInterval

        public A withReloadInterval​(String reloadInterval)
      • withServerFinTimeout

        public A withServerFinTimeout​(String serverFinTimeout)
      • withServerTimeout

        public A withServerTimeout​(String serverTimeout)
      • withThreadCount

        public A withThreadCount​(Integer threadCount)
      • withTlsInspectDelay

        public A withTlsInspectDelay​(String tlsInspectDelay)
      • withTunnelTimeout

        public A withTunnelTimeout​(String tunnelTimeout)