Contour · Schema

TLSCertificateDelegationList

List of TLSCertificateDelegation resources.

EnvoyIngress ControllerKubernetesNetworkingProxy

Properties

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

JSON Schema

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