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()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| address | envoy.config.core.v3.Address |
|
||
| health_check_config | envoy.config.endpoint.v3.Endpoint.HealthCheckConfig |
|
||
| hostname | string |
|