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 {
- }
link Require by
- KubernetesKindHTTPRouteSpecRulesMatchesPathPath specifies a HTTP request path matcher. If this field is not specified, a default prefix match on the "/" path is provided.
- KubernetesKindHTTPRouteSpecRulesMatchesPathInputPath specifies a HTTP request path matcher. If this field is not specified, a default prefix match on the "/" path is provided.