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