Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createFallbackStringMatch (0.19 sec)

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

    					}
    				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)
    			}
    
    			httpRoute := ingressBackendToHTTPRoute(&httpPath.Backend, ingress.Namespace, domainSuffix, services)
    			if httpRoute == nil {
    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