Class IngressTLS.Builder

  • Enclosing class:
    IngressTLS

    public static class IngressTLS.Builder
    extends java.lang.Object
    • Method Detail

      • hosts

        public IngressTLS.Builder hosts​(java.util.Collection<? extends java.lang.String> hosts)
      • secretName

        public IngressTLS.Builder secretName​(java.lang.String secretName)
        SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object