Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SubsetOf (0.07 sec)

  1. pkg/config/validation/validation.go

    			return
    		}
    		return AppendValidation(errs, err)
    	}
    	sniHostname := host.Name(sniHost)
    	for _, hostname := range context.Hosts {
    		if sniHostname.SubsetOf(host.Name(hostname)) {
    			return
    		}
    	}
    	return AppendValidation(errs, fmt.Errorf("SNI host %q is not a compatible subset of any of the virtual service hosts: [%s]",
    		sniHost, strings.Join(context.Hosts, ", ")))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top