INPUT_OBJECT

KubernetesKindHTTPRouteSpecRulesBackendRefsFiltersExtensionRefInput

ExtensionRef is an optional, implementation-specific extension to the "filter" behavior. For example, resource "myroutefilter" in group "networking.example.net"). ExtensionRef MUST NOT be used for core and extended filters. This filter can be used multiple times within the same rule. Support: Implementation-specific

link GraphQL Schema definition

  • input KubernetesKindHTTPRouteSpecRulesBackendRefsFiltersExtensionRefInput {
  • # Group is the group of the referent. For example, "gateway.networking.k8s.io".
  • # When unspecified or empty string, core API group is inferred.
  • group: String
  • # Kind is kind of the referent. For example "HTTPRoute" or "Service".
  • kind: String
  • # Name is the name of the referent.
  • name: String
  • }