extension.proto

Package: solo.io.envoy.config.core.v3

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/extension.proto

TypedExtensionConfig

Message type for extension configuration. [#next-major-version: revisit all existing typed_config that doesn’t use this wrapper.].

"name": string
"typedConfig": .google.protobuf.Any

Field Type Description
name string The name of an extension. This is not used to select the extension, instead it serves the role of an opaque identifier.
typedConfig .google.protobuf.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 udpa.type.v1.TypedStruct, the inner type URL of TypedStruct will be utilized. See the :ref:extension configuration overview <config_overview_extension_configuration> for further details.