Class IngressV1Beta1Tls.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • secret

        @Stability(Stable)
        public IngressV1Beta1Tls.Builder secret​(ISecret secret)
        Parameters:
        secret - Secret is the secret that contains the certificate and key used to terminate SSL traffic on 443. 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