Home

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

Name Type One-of group Required Constraints
endpoint envoy.config.endpoint.v3.Endpoint host_identifier  
endpoint_name string host_identifier  
health_status envoy.config.core.v3.HealthStatus  
load_balancing_weight google.protobuf.UInt32Value   {"Uint32":{"gte":1}}
metadata envoy.config.core.v3.Metadata