Home

envoy.config.endpoint.v3.Endpoint.HealthCheckConfig

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.HealthCheckConfig
.withAddress(types.envoy.config.core.v3.Address)
.withDisableActiveHealthCheck(false)
.withHostname('string')
.withPortValue(1)
._validate()

Fields

Name Type One-of group Required Constraints
address envoy.config.core.v3.Address  
disable_active_health_check bool  
hostname string  
port_value uint32   {"Uint32":{"lte":65535}}