Home

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

Name Type One-of group Required Constraints
ads_config envoy.config.core.v3.ApiConfigSource  
cds_config envoy.config.core.v3.ConfigSource  
cds_resources_locator string  
lds_config envoy.config.core.v3.ConfigSource  
lds_resources_locator string