Extension configuration (proto)

config.core.v3.TypedExtensionConfig

[config.core.v3.TypedExtensionConfig proto]

Message type for extension configuration. .

{
  "name": ...,
  "typed_config": {...}
}
name

(string, REQUIRED) The name of an extension. This is not used to select the extension, instead it serves the role of an opaque identifier.

typed_config

(Any) The typed config for the extension. The type URL will be used to identify the extension. In the case that the type URL is xds.type.v3.TypedStruct (or, for historical reasons, udpa.type.v1.TypedStruct), the inner type URL of TypedStruct will be utilized. See the extension configuration overview for further details.