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()
| 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}}
|