envoy.config.core.v3.HealthCheck.GrpcHealthCheck
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.core.v3.HealthCheck.GrpcHealthCheck
.withAuthority('string')
.withInitialMetadata([ types.envoy.config.core.v3.HeaderValueOption ])
.withServiceName('string')
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
authority |
string
|
|
|
{"String_":{"WellKnown":{"WellKnownRegex":2},"strict":false}}
|
initial_metadata |
[]
envoy.config.core.v3.HeaderValueOption
|
|
|
{"Repeated":{"max_items":1000}}
|
service_name |
string
|
|
|
|