gateway api v1.2.0 standard

GRPCRoute.spec.rules[].matches[].method.type

Type specifies how to match against the service and/or method. Support: Core (Exact with service and method specified) Support: Implementation-specific (Exact with method specified but no service specified) Support: Implementation-specific (RegularExpression)

1 fields
GRPCRoute.spec.rules[].matches[].method.type fields and descriptions
Field / TypeDescription
GRPCRoute.spec.rules[].matches[].method.type
string

Type specifies how to match against the service and/or method. Support: Core (Exact with service and method specified) Support: Implementation-specific (Exact with method specified but no service specified) Support: Implementation-specific (RegularExpression)

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