Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wire (0.06 sec)

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

    	for _, r := range routes {
    		r = r.DeepCopy()
    		if len(r.Match) == 1 && slices.Equal(r.Match[0].SniHosts, []string{"*"}) {
    			// For mesh, we use parent hosts for SNI if TLSRroute.hostnames were not specified.
    			r.Match[0].SniHosts = parentHosts
    		}
    		for _, m := range r.Match {
    			if port != nil {
    				m.Port = uint32(*port)
    			}
    		}
    		res = append(res, r)
    	}
    	return res
    }
    
    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