View Source Envoy.Extensions.LoadBalancingPolicies.Common.V3.ConsistentHashingLbConfig (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() ::
  %Envoy.Extensions.LoadBalancingPolicies.Common.V3.ConsistentHashingLbConfig{
    __unknown_fields__: [
      {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
       value :: term()}
    ],
    hash_balance_factor: Google.Protobuf.UInt32Value.t() | nil,
    use_hostname_for_hashing: boolean()
  }