Home

envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials

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.SslCredentials
.withCertChain(types.envoy.config.core.v3.DataSource)
.withPrivateKey(types.envoy.config.core.v3.DataSource)
.withRootCerts(types.envoy.config.core.v3.DataSource)
._validate()

Fields

Name Type One-of group Required Constraints
cert_chain envoy.config.core.v3.DataSource  
private_key envoy.config.core.v3.DataSource  
root_certs envoy.config.core.v3.DataSource