1#$ Used in: 2#$ - site-src/api-types/httproute.md 3apiVersion: gateway.networking.k8s.io/v1beta1 4kind: HTTPRoute 5metadata: 6 name: http-filter-redirect 7spec: 8 hostnames: 9 - redirect.example 10 rules: 11 - matches: 12 - path: 13 type: PathPrefix 14 value: /cayenne 15 filters: 16 - type: RequestRedirect 17 requestRedirect: 18 path: 19 type: ReplacePrefixMatch 20 replacePrefixMatch: /paprika 21 statusCode: 302