Home

envoy.extensions.wasm.v3.EnvironmentVariables

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.wasm.v3.EnvironmentVariables
.withHostEnvKeys([ 'string' ])
.withKeyValues({ key: 'string' })
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
host_env_keys [] string  
key_values map[string] string