envoy.extensions.wasm.v3.PluginConfig
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.PluginConfig
.withCapabilityRestrictionConfig(types.envoy.extensions.wasm.v3.CapabilityRestrictionConfig)
.withConfiguration(types.google.protobuf.Any)
.withFailOpen(false)
.withName('string')
.withRootId('string')
.withVmConfig(types.envoy.extensions.wasm.v3.VmConfig)
._validate()
Fields