Home

envoy.config.core.v3.ExtensionConfigSource

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.core.v3.ExtensionConfigSource
.withApplyDefaultConfigWithoutWarming(false)
.withConfigSource(types.envoy.config.core.v3.ConfigSource)
.withDefaultConfig(types.google.protobuf.Any)
.withTypeUrls([ 'string' ])
._validate()

Fields

Name Type One-of group Required Constraints
apply_default_config_without_warming bool  
config_source envoy.config.core.v3.ConfigSource   {"Any":{"required":true}}
default_config google.protobuf.Any  
type_urls [] string yes  {"Repeated":{"min_items":1}}