Home

envoy.extensions.wasm.v3.VmConfig

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.VmConfig
.withAllowPrecompiled(false)
.withCode(types.envoy.config.core.v3.AsyncDataSource)
.withConfiguration(types.google.protobuf.Any)
.withEnvironmentVariables(types.envoy.extensions.wasm.v3.EnvironmentVariables)
.withNackOnCodeCacheMiss(false)
.withRuntime('string')
.withVmId('string')
._validate()

Fields

Name Type One-of group Required Constraints
allow_precompiled bool  
code envoy.config.core.v3.AsyncDataSource  
configuration google.protobuf.Any  
environment_variables envoy.extensions.wasm.v3.EnvironmentVariables  
nack_on_code_cache_miss bool  
runtime string  
vm_id string