Home

envoy.config.endpoint.v3.ClusterLoadAssignment.Policy

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.endpoint.v3.ClusterLoadAssignment.Policy
.withDropOverloads([ types.envoy.config.endpoint.v3.ClusterLoadAssignment.Policy.DropOverload ])
.withEndpointStaleAfter(types.google.protobuf.Duration)
.withOverprovisioningFactor(1)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
drop_overloads [] envoy.config.endpoint.v3.ClusterLoadAssignment.Policy.DropOverload  
endpoint_stale_after google.protobuf.Duration   {"Duration":{"gt":{}}}
overprovisioning_factor google.protobuf.UInt32Value   {"Uint32":{"gt":0}}