gateway api v1.0.0 experimental

HTTPRoute.spec.rules[].matches[].path.type

Type specifies how to match against the path Value. Support: Core (Exact, PathPrefix) Support: Implementation-specific (RegularExpression)

1 fields
HTTPRoute.spec.rules[].matches[].path.type fields and descriptions
Field / TypeDescription
HTTPRoute.spec.rules[].matches[].path.type
string

Type specifies how to match against the path Value. Support: Core (Exact, PathPrefix) Support: Implementation-specific (RegularExpression)

  • enum: ["Exact","PathPrefix","RegularExpression"]
  • default: "PathPrefix"