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