View Source Envoy.Service.Tap.V2alpha.MatchPredicate (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Service.Tap.V2alpha.MatchPredicate{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  rule:
    {:or_match, Envoy.Service.Tap.V2alpha.MatchPredicate.MatchSet.t() | nil}
    | {:and_match, Envoy.Service.Tap.V2alpha.MatchPredicate.MatchSet.t() | nil}
    | {:not_match, t() | nil}
    | {:any_match, boolean()}
    | {:http_request_headers_match,
       Envoy.Service.Tap.V2alpha.HttpHeadersMatch.t() | nil}
    | {:http_request_trailers_match,
       Envoy.Service.Tap.V2alpha.HttpHeadersMatch.t() | nil}
    | {:http_response_headers_match,
       Envoy.Service.Tap.V2alpha.HttpHeadersMatch.t() | nil}
    | {:http_response_trailers_match,
       Envoy.Service.Tap.V2alpha.HttpHeadersMatch.t() | nil}
    | nil
}