Home

envoy.extensions.load_balancing_policies.maglev.v3.Maglev

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.load_balancing_policies.maglev.v3.Maglev
.withConsistentHashingLbConfig(types.envoy.extensions.load_balancing_policies.common.v3.ConsistentHashingLbConfig)
.withTableSize(1)
._validate()

Fields

Name Type One-of group Required Constraints
consistent_hashing_lb_config envoy.extensions.load_balancing_policies.common.v3.ConsistentHashingLbConfig  
table_size google.protobuf.UInt64Value   {"Uint64":{"lte":5000011}}