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()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| fail_traffic_on_panic | bool |
|
||
| min_cluster_size | google.protobuf.UInt64Value |
|
||
| routing_enabled | envoy.type.v3.Percent |
|