Home

envoy.config.cluster.v3.Cluster.CommonLbConfig.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.config.cluster.v3.Cluster.CommonLbConfig.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