envoy.config.endpoint.v3.LbEndpoint
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.LbEndpoint
.withEndpoint(types.envoy.config.endpoint.v3.Endpoint)
.withEndpointName('string')
.withHealthStatus(types.envoy.config.core.v3.HealthStatus.UNKNOWN)
.withLoadBalancingWeight(1)
.withMetadata(types.envoy.config.core.v3.Metadata)
._validate()
Fields