Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for augmentTLSPortMatch (0.39 sec)

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

    			m.Port = uint32(port)
    		}
    		if len(r.Match) == 0 {
    			r.Match = []*istio.L4MatchAttributes{{
    				Port: uint32(port),
    			}}
    		}
    		res = append(res, r)
    	}
    	return res
    }
    
    func augmentTLSPortMatch(routes []*istio.TLSRoute, port *k8s.PortNumber, parentHosts []string) []*istio.TLSRoute {
    	res := make([]*istio.TLSRoute, 0, len(routes))
    	for _, r := range routes {
    		r = r.DeepCopy()
    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