Class IngressGatewayHost.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public IngressGatewayHost.Builder name​(String name)
        A user-friendly name for the host.

        The name must be unique within the same ingress gateway. This name can be used in the ingress gateway route table resource to attach a route to this host.

        Example: MyExampleHost

        Parameters:
        name - the value to set
        Returns:
        this builder
      • hostnames

        public IngressGatewayHost.Builder hostnames​(List<String> hostnames)
        Hostnames of the host.

        Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are “www.example.com”, “*.example.com”, “*.com”.

        Parameters:
        hostnames - the value to set
        Returns:
        this builder