envoy.extensions.transport_sockets.starttls.v3.UpstreamStartTlsConfig
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.transport_sockets.starttls.v3.UpstreamStartTlsConfig
.withCleartextSocketConfig(types.envoy.extensions.transport_sockets.raw_buffer.v3.RawBuffer)
.withTlsSocketConfig(types.envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext)
._validate()
Fields