envoy.config.core.v3.GrpcService
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.GrpcService
.withEnvoyGrpc(types.envoy.config.core.v3.GrpcService.EnvoyGrpc)
.withGoogleGrpc(types.envoy.config.core.v3.GrpcService.GoogleGrpc)
.withInitialMetadata([ types.envoy.config.core.v3.HeaderValue ])
.withTimeout(types.google.protobuf.Duration)
._validate()
Nested Messages
Fields