local types = import 'types.libsonnet'; types.envoy.config.cluster.v3.Cluster.PreconnectPolicy .withPerUpstreamPreconnectRatio(1) .withPredictivePreconnectRatio(1) ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
per_upstream_preconnect_ratio | google.protobuf.DoubleValue |
{"Double":{"gte":1,"lte":3}}
|
||
predictive_preconnect_ratio | google.protobuf.DoubleValue |
{"Double":{"gte":1,"lte":3}}
|