Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for comp (0.04 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    		if len(hostnames) == 0 {
    			hostnames = []k8s.Hostname{"*"}
    		}
    		if len(parent.Hostnames) > 0 {
    			// TODO: the spec actually has a label match, not a string match. That is, *.com does not match *.apple.com
    			// We are doing a string match here
    			matched := false
    			hostMatched := false
    		out:
    			for _, routeHostname := range hostnames {
    				for _, parentHostNamespace := range parent.Hostnames {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top