Contour · Schema

TLSRouteList

List of TLSRoute resources.

EnvoyIngress ControllerKubernetesNetworkingProxy

Properties

Name Type Description
apiVersion string
kind string
items array
View JSON Schema on GitHub

JSON Schema

contour-tlsroutelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TLSRouteList",
  "title": "TLSRouteList",
  "type": "object",
  "description": "List of TLSRoute resources.",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TLSRoute"
      }
    }
  }
}