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