ENUM

KubernetesKindHTTPRouteSpecRulesMatchesMethodEnum

Method specifies HTTP method matcher. When specified, this route will be matched only if the request has the specified method. Support: Extended

link GraphQL Schema definition

  • enum KubernetesKindHTTPRouteSpecRulesMatchesMethodEnum {
  • CONNECT
  • DELETE
  • GET
  • HEAD
  • OPTIONS
  • PATCH
  • POST
  • PUT
  • TRACE
  • }