Extension Matcher (proto)

extensions.common.matching.v3.ExtensionWithMatcher

[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 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.

{
  "matcher": {...},
  "xds_matcher": {...},
  "extension_config": {...}
}
matcher

(config.common.matcher.v3.Matcher) The associated matcher. This is deprecated in favor of xds_matcher.

xds_matcher

(.xds.type.matcher.v3.Matcher) The associated matcher.

extension_config

(config.core.v3.TypedExtensionConfig, REQUIRED) The underlying extension config.