Kgateway · Schema

kgateway GatewayExtension

GatewayExtension integrates external services with a Gateway such as external auth, rate limiting, and external processing.

Gateways

Properties

Name Type Description
apiVersion string API version for the GatewayExtension resource.
kind string Resource kind.
metadata object Standard Kubernetes object metadata.
spec object GatewayExtensionSpec defines the desired state of a GatewayExtension.
View JSON Schema on GitHub

JSON Schema

gateway-extension.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/kgateway/blob/main/json-schema/gateway-extension.json",
  "title": "kgateway GatewayExtension",
  "description": "GatewayExtension integrates external services with a Gateway such as external auth, rate limiting, and external processing.",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string",
      "const": "gateway.kgateway.dev/v1alpha1",
      "description": "API version for the GatewayExtension resource."
    },
    "kind": {
      "type": "string",
      "const": "GatewayExtension",
      "description": "Resource kind."
    },
    "metadata": {
      "type": "object",
      "description": "Standard Kubernetes object metadata.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the GatewayExtension resource."
        },
        "namespace": {
          "type": "string",
          "description": "Namespace of the GatewayExtension resource."
        },
        "labels": {
          "type": "object",
          "additionalProperties": { "type": "string" }
        },
        "annotations": {
          "type": "object",
          "additionalProperties": { "type": "string" }
        }
      },
      "required": ["name"]
    },
    "spec": {
      "type": "object",
      "description": "GatewayExtensionSpec defines the desired state of a GatewayExtension.",
      "properties": {
        "type": {
          "type": "string",
          "description": "Type of the gateway extension.",
          "enum": ["ExtAuth", "ExtProc", "RateLimit"]
        },
        "extAuth": {
          "type": "object",
          "description": "External auth extension configuration.",
          "properties": {
            "grpcService": {
              "$ref": "#/$defs/GrpcService"
            }
          }
        },
        "extProc": {
          "type": "object",
          "description": "External processing extension configuration.",
          "properties": {
            "grpcService": {
              "$ref": "#/$defs/GrpcService"
            }
          }
        },
        "rateLimit": {
          "type": "object",
          "description": "Rate limit extension configuration.",
          "properties": {
            "grpcService": {
              "$ref": "#/$defs/GrpcService"
            }
          }
        }
      }
    }
  },
  "$defs": {
    "GrpcService": {
      "type": "object",
      "properties": {
        "backendRef": {
          "type": "object",
          "properties": {
            "name": { "type": "string" },
            "namespace": { "type": "string" },
            "port": { "type": "integer" }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gateway-extension"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.