ENUM

KubernetesKindHTTPRouteSpecRulesMatchesQueryParamsTypeEnum

Type specifies how to match against the value of the query parameter. Support: Extended (Exact) Support: Implementation-specific (RegularExpression) Since RegularExpression QueryParamMatchType has Implementation-specific conformance, implementations can support POSIX, PCRE or any other dialects of regular expressions. Please read the implementation's documentation to determine the supported dialect.

link GraphQL Schema definition

  • enum KubernetesKindHTTPRouteSpecRulesMatchesQueryParamsTypeEnum {
  • Exact
  • RegularExpression
  • }