Runtime Discovery Service (RTDS)

This documentation is for the Envoy v3 API.

As of Envoy v1.18 the v2 API has been removed and is no longer supported.

If you are upgrading from v2 API config you may wish to view the v2 API documentation:

RTDS configuration overview

service.runtime.v3.Runtime

[service.runtime.v3.Runtime proto]

RTDS resource type. This describes a layer in the runtime virtual filesystem.

{
  "name": "...",
  "layer": "{...}"
}
name

(string, REQUIRED) Runtime resource name. This makes the Runtime a self-describing xDS resource.

layer

(Struct)