Ambassador · Schema

Mapping

An Ambassador Mapping resource that associates a URL prefix or path with a backend service. Mappings are the primary mechanism for configuring routing in Ambassador Edge Stack.

API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

Properties

Name Type Description
apiVersion string API version for the Mapping resource
kind string Resource kind
View JSON Schema on GitHub

JSON Schema

ambassador-mapping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Mapping",
  "type": "object",
  "description": "An Ambassador Mapping resource that associates a URL prefix or path with a backend service. Mappings are the primary mechanism for configuring routing in Ambassador Edge Stack.",
  "properties": {
    "apiVersion": {
      "type": "string",
      "description": "API version for the Mapping resource"
    },
    "kind": {
      "type": "string",
      "description": "Resource kind"
    }
  }
}