Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HttpPatch (0.66 sec)

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

    					httpMatch.Uri = &networking.StringMatch{
    						MatchType: &networking.StringMatch_Prefix{Prefix: httpPath.Path},
    					}
    				default:
    					// Fallback to the legacy string matching
    					// If the httpPath.Path is a wildcard path, Uri will be nil
    					httpMatch.Uri = createFallbackStringMatch(httpPath.Path)
    				}
    			} else {
    				httpMatch.Uri = createFallbackStringMatch(httpPath.Path)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 07:19:43 UTC 2023
    - 12.5K bytes
    - Viewed (0)
Back to top