View Source Envoy.Extensions.Filters.Network.ThriftProxy.V3.WeightedCluster.ClusterWeight (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() ::
  %Envoy.Extensions.Filters.Network.ThriftProxy.V3.WeightedCluster.ClusterWeight{
    __unknown_fields__: [
      {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
       value :: term()}
    ],
    metadata_match: Envoy.Config.Core.V3.Metadata.t() | nil,
    name: String.t(),
    weight: Google.Protobuf.UInt32Value.t() | nil
  }