Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EndpointsConfigDump

import type { EndpointsConfigDump } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";

Envoy's admin fill this message with all currently known endpoints. Endpoint configuration information can be used to recreate an Envoy configuration by populating all endpoints as static endpoints or by returning them in an EDS response.

interface EndpointsConfigDump {
dynamicEndpointConfigs?: DynamicEndpointConfig[];
staticEndpointConfigs?: StaticEndpointConfig[];
}

§Properties

§
dynamicEndpointConfigs?: DynamicEndpointConfig[]
[src]

The dynamically loaded endpoint configs.

§
staticEndpointConfigs?: StaticEndpointConfig[]
[src]

The statically loaded endpoint configs.