Tetrate · Schema

SecurityGroup

EnterpriseEnvoyIstioKubernetesService Mesh

Properties

Name Type Description
spec object
View JSON Schema on GitHub

JSON Schema

tetrate-securitygroup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SecurityGroup",
  "title": "SecurityGroup",
  "allOf": [
    {
      "$ref": "#/components/schemas/ResourceMeta"
    }
  ],
  "type": "object",
  "properties": {
    "spec": {
      "type": "object",
      "properties": {
        "namespaceSelector": {
          "type": "object"
        },
        "configMode": {
          "type": "string",
          "enum": [
            "BRIDGED",
            "DIRECT"
          ]
        }
      }
    }
  }
}