Home

envoy.extensions.filters.http.lua.v3.LuaPerRoute

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.LuaPerRoute
.withDisabled(false)
.withName('string')
.withSourceCode(types.envoy.config.core.v3.DataSource)
._validate()

Fields

Name Type One-of group Required Constraints
disabled bool override   {"Bool":{"const":true}}
name string override   {"String_":{"WellKnown":null,"min_len":1}}
source_code envoy.config.core.v3.DataSource override