envoy.config.bootstrap.v3.Bootstrap.DynamicResources
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.Bootstrap.DynamicResources
.withAdsConfig(types.envoy.config.core.v3.ApiConfigSource)
.withCdsConfig(types.envoy.config.core.v3.ConfigSource)
.withCdsResourcesLocator('string')
.withLdsConfig(types.envoy.config.core.v3.ConfigSource)
.withLdsResourcesLocator('string')
._validate()
Fields