Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for genMatchHTTPRoutes (0.31 sec)

  1. pkg/config/validation/validation.go

    		return matchPrefix + prefix
    	}
    	return ""
    }
    
    // genMatchHTTPRoutes build the match rules into struct OverlappingMatchValidationForHTTPRoute
    // based on particular HTTPMatchRequest, according to comments on https://github.com/istio/istio/pull/32701
    // only support Match's port, method, authority, headers, query params and nonheaders for now.
    func genMatchHTTPRoutes(route *networking.HTTPRoute, match *networking.HTTPMatchRequest,
    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