Ambassador · JSON Structure

Ambassador Host Spec Structure

Type: object Properties: 7
API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

HostSpec is a JSON Structure definition published by Ambassador, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

hostname ambassador_id acmeProvider tlsContext tlsSecret requestPolicy selector

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HostSpec",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string"
    },
    "ambassador_id": {
      "type": "array"
    },
    "acmeProvider": {
      "type": "object"
    },
    "tlsContext": {
      "type": "object"
    },
    "tlsSecret": {
      "type": "object"
    },
    "requestPolicy": {
      "type": "object"
    },
    "selector": {
      "type": "object"
    }
  }
}