Home

envoy.extensions.filters.http.lua.v3.Lua

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

Nested Messages

Fields

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