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

ListenersConfigDump

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

Envoy's listener manager fills this message with all currently known listeners. Listener configuration information can be used to recreate an Envoy configuration by populating all listeners as static listeners or by returning them in a LDS response.

interface ListenersConfigDump {
dynamicListeners?: DynamicListener[];
staticListeners?: StaticListener[];
versionInfo?: string;
}

§Properties

§
dynamicListeners?: DynamicListener[]
[src]

State for any warming, active, or draining listeners.

§
staticListeners?: StaticListener[]
[src]

The statically loaded listener configs.

§
versionInfo?: string
[src]

This is the :ref:version_info in the last processed LDS discovery response. If there are only static bootstrap listeners, this field will be "".