ENUM

KubernetesKindHTTPRouteSpecRulesMatchesPathTypeEnum

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

link GraphQL Schema definition

  • enum KubernetesKindHTTPRouteSpecRulesMatchesPathTypeEnum {
  • Exact
  • PathPrefix
  • RegularExpression
  • }