View Source Envoy.Config.Common.Matcher.V3.Matcher.MatcherTree (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Config.Common.Matcher.V3.Matcher.MatcherTree{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  input: Envoy.Config.Core.V3.TypedExtensionConfig.t() | nil,
  tree_type:
    {:exact_match_map,
     Envoy.Config.Common.Matcher.V3.Matcher.MatcherTree.MatchMap.t() | nil}
    | {:prefix_match_map,
       Envoy.Config.Common.Matcher.V3.Matcher.MatcherTree.MatchMap.t() | nil}
    | {:custom_match, Envoy.Config.Core.V3.TypedExtensionConfig.t() | nil}
    | nil
}