Home

envoy.config.endpoint.v3.Endpoint

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.Endpoint
.withAddress(types.envoy.config.core.v3.Address)
.withHealthCheckConfig(types.envoy.config.endpoint.v3.Endpoint.HealthCheckConfig)
.withHostname('string')
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
address envoy.config.core.v3.Address  
health_check_config envoy.config.endpoint.v3.Endpoint.HealthCheckConfig  
hostname string