Home

envoy.config.endpoint.v3.ClusterLoadAssignment

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
.withClusterName('string')
.withEndpoints([ types.envoy.config.endpoint.v3.LocalityLbEndpoints ])
.withNamedEndpoints({ key: types.envoy.config.endpoint.v3.Endpoint })
.withPolicy(types.envoy.config.endpoint.v3.ClusterLoadAssignment.Policy)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
cluster_name string   {"String_":{"WellKnown":null,"min_len":1}}
endpoints [] envoy.config.endpoint.v3.LocalityLbEndpoints  
named_endpoints map[string] envoy.config.endpoint.v3.Endpoint  
policy envoy.config.endpoint.v3.ClusterLoadAssignment.Policy