Home

envoy.extensions.load_balancing_policies.common.v3.LocalityLbConfig.ZoneAwareLbConfig

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.common.v3.LocalityLbConfig.ZoneAwareLbConfig
.withFailTrafficOnPanic(false)
.withMinClusterSize(1)
.withRoutingEnabled(types.envoy.type.v3.Percent)
._validate()

Fields

Name Type One-of group Required Constraints
fail_traffic_on_panic bool  
min_cluster_size google.protobuf.UInt64Value  
routing_enabled envoy.type.v3.Percent