gateway api v1.6.2 standard
HTTPRoute.spec.rules[].matches[].path
Path specifies a HTTP request path matcher. If this field is not specified, a default prefix match on the "/" path is provided.
| Field / Type | Description |
|---|---|
type | Type specifies how to match against the path Value. Support: Core (Exact, PathPrefix) Support: Implementation-specific (RegularExpression)
|
value | Value of the HTTP path to match against.
|