INPUT_OBJECT

KubernetesKindHTTPRouteSpecRulesMatchesPathInput

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

  • input KubernetesKindHTTPRouteSpecRulesMatchesPathInput {
  • # Type specifies how to match against the path Value.
  • #
  • # Support: Core (Exact, PathPrefix)
  • #
  • # Support: Implementation-specific (RegularExpression)
  • type: KubernetesKindHTTPRouteSpecRulesMatchesPathTypeEnum
  • # Value of the HTTP path to match against.
  • value: String
  • }