Interface IngressConfig.IngressTlsConfig

Enclosing interface:
IngressConfig

public static interface IngressConfig.IngressTlsConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If true, it will use the TLS configuration in the generated Ingress resource.
    The list of hosts to be included in the TLS certificate.
  • Method Details

    • enabled

      boolean enabled()
      If true, it will use the TLS configuration in the generated Ingress resource.
    • hosts

      Optional<List<String>> hosts()
      The list of hosts to be included in the TLS certificate. By default, it will use the application host.