List of TLSContext resources
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TLSContextList", "title": "TLSContextList", "type": "object", "description": "List of TLSContext resources", "properties": { "apiVersion": { "type": "string", "const": "getambassador.io/v3alpha1", "example": "example_value" }, "kind": { "type": "string", "const": "TLSContextList", "example": "example_value" }, "metadata": { "type": "object", "properties": { "continue": { "type": "string" }, "resourceVersion": { "type": "string" } }, "example": "example_value" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/TLSContext" }, "example": [] } } }