Contour · Schema
TLSRoute
Namespace-scoped resource defining TLS routing rules for passthrough connections, routing based on SNI hostname to backend services.
EnvoyIngress ControllerKubernetesNetworkingProxy
Properties
| Name | Type | Description |
|---|---|---|
| apiVersion | string | |
| kind | string | |
| metadata | object | |
| spec | object | |
| status | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TLSRoute",
"title": "TLSRoute",
"type": "object",
"description": "Namespace-scoped resource defining TLS routing rules for passthrough connections, routing based on SNI hostname to backend services.",
"required": [
"apiVersion",
"kind",
"metadata",
"spec"
],
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"gateway.networking.k8s.io/v1alpha2"
]
},
"kind": {
"type": "string",
"enum": [
"TLSRoute"
]
},
"metadata": {
"$ref": "#/components/schemas/ObjectMeta"
},
"spec": {
"type": "object",
"properties": {
"parentRefs": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ParentReference"
}
},
"hostnames": {
"type": "array",
"description": "SNI hostnames this route matches.",
"items": {
"type": "string"
}
},
"rules": {
"type": "array",
"description": "TLS routing rules.",
"items": {
"type": "object",
"properties": {
"backendRefs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"port": {
"type": "integer"
},
"weight": {
"type": "integer"
}
}
}
}
}
}
}
}
},
"status": {
"type": "object",
"properties": {
"parents": {
"type": "array",
"items": {
"type": "object"
}
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/contour-tlsroute"
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.