View Source Envoy.Config.Route.V3.WeightedCluster (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Config.Route.V3.WeightedCluster{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  clusters: [Envoy.Config.Route.V3.WeightedCluster.ClusterWeight.t()],
  random_value_specifier: {:header_name, String.t()} | nil,
  runtime_key_prefix: String.t(),
  total_weight: Google.Protobuf.UInt32Value.t() | nil
}