Contour · Schema

GatewayClassList

List of GatewayClass resources.

EnvoyIngress ControllerKubernetesNetworkingProxy

Properties

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

JSON Schema

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