Home

envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials

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.GoogleGrpc.ChannelCredentials
.withGoogleDefault(types.google.protobuf.Empty)
.withLocalCredentials(types.envoy.config.core.v3.GrpcService.GoogleGrpc.GoogleLocalCredentials)
.withSslCredentials(types.envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials)
._validate()

Fields

Name Type One-of group Required Constraints
google_default google.protobuf.Empty credential_specifier  
local_credentials envoy.config.core.v3.GrpcService.GoogleGrpc.GoogleLocalCredentials credential_specifier  
ssl_credentials envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials credential_specifier