envoy.config.bootstrap.v3.RuntimeLayer
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.bootstrap.v3.RuntimeLayer
.withAdminLayer(types.envoy.config.bootstrap.v3.RuntimeLayer.AdminLayer)
.withDiskLayer(types.envoy.config.bootstrap.v3.RuntimeLayer.DiskLayer)
.withName('string')
.withRtdsLayer(types.envoy.config.bootstrap.v3.RuntimeLayer.RtdsLayer)
.withStaticLayer(types.google.protobuf.Struct)
._validate()
Nested Messages
Fields