View Source Envoy.Config.Filter.Network.TcpProxy.V2.TcpProxy.WeightedCluster.ClusterWeight (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() ::
  %Envoy.Config.Filter.Network.TcpProxy.V2.TcpProxy.WeightedCluster.ClusterWeight{
    __unknown_fields__: [
      {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
       value :: term()}
    ],
    metadata_match: Envoy.Api.V2.Core.Metadata.t() | nil,
    name: String.t(),
    weight: non_neg_integer()
  }