View Source Envoy.Api.V2.Route.WeightedCluster (envoy_data_plane_api v0.2.0)

Summary

Types

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