OBJECT
KubernetesKindHTTPRouteSpecRulesMatchesPath
Path specifies a HTTP request path matcher. If this field is not specified, a default prefix match on the "/" path is provided.
link GraphQL Schema definition
- type KubernetesKindHTTPRouteSpecRulesMatchesPath {
- # Type specifies how to match against the path Value.
- #
- # Support: Core (Exact, PathPrefix)
- #
- # Support: Implementation-specific (RegularExpression)
- KubernetesKindHTTPRouteSpecRulesMatchesPathTypeEnum :
- # Value of the HTTP path to match against.
- String :
- }