local types = import 'types.libsonnet'; types.envoy.extensions.filters.http.lua.v3.Lua .withDefaultSourceCode(types.envoy.config.core.v3.DataSource) .withInlineCode('string') .withSourceCodes({ key: types.envoy.config.core.v3.DataSource }) .withStatPrefix('string') ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
default_source_code | envoy.config.core.v3.DataSource |
|
||
inline_code | string |
|
||
source_codes | map[string] envoy.config.core.v3.DataSource |
|
||
stat_prefix | string |
|