Home

envoy.extensions.filters.http.health_check.v3.HealthCheck

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.extensions.filters.http.health_check.v3.HealthCheck
.withCacheTime(types.google.protobuf.Duration)
.withClusterMinHealthyPercentages({ key: types.envoy.type.v3.Percent })
.withHeaders([ types.envoy.config.route.v3.HeaderMatcher ])
.withPassThroughMode(false)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
cache_time google.protobuf.Duration  
cluster_min_healthy_percentages map[string] envoy.type.v3.Percent  
headers [] envoy.config.route.v3.HeaderMatcher  
pass_through_mode google.protobuf.BoolValue yes