.. _envoy_v3_api_file_envoy/extensions/common/matching/v3/extension_matcher.proto: Extension Matcher (proto) ========================= .. _envoy_v3_api_msg_extensions.common.matching.v3.ExtensionWithMatcher: extensions.common.matching.v3.ExtensionWithMatcher -------------------------------------------------- :repo:`[extensions.common.matching.v3.ExtensionWithMatcher proto] ` Wrapper around an existing extension that provides an associated matcher. This allows decorating an existing extension with a matcher, which can be used to match against relevant protocol data. .. warning:: This API feature is currently work-in-progress. API features marked as work-in-progress are not considered stable, are not covered by the :ref:`threat model `, are not supported by the security team, and are subject to breaking changes. Do not use this feature without understanding each of the previous points. .. code-block:: json :force: { "matcher": {...}, "xds_matcher": {...}, "extension_config": {...} } .. _envoy_v3_api_field_extensions.common.matching.v3.ExtensionWithMatcher.matcher: matcher (:ref:`config.common.matcher.v3.Matcher `) The associated matcher. This is deprecated in favor of xds_matcher. .. _envoy_v3_api_field_extensions.common.matching.v3.ExtensionWithMatcher.xds_matcher: xds_matcher (:ref:`.xds.type.matcher.v3.Matcher `) The associated matcher. .. _envoy_v3_api_field_extensions.common.matching.v3.ExtensionWithMatcher.extension_config: extension_config (:ref:`config.core.v3.TypedExtensionConfig `, *REQUIRED*) The underlying extension config.