Home

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

Name Type One-of group Required Constraints
capability_restriction_config envoy.extensions.wasm.v3.CapabilityRestrictionConfig  
configuration google.protobuf.Any  
fail_open bool  
name string  
root_id string  
vm_config envoy.extensions.wasm.v3.VmConfig vm