package
1.32.4
Repository: https://github.com/envoyproxy/go-control-plane.git
Documentation: pkg.go.dev

# Constants

All plugins associated with the VM will return an HTTP 503 error.
All plugins associated with the VM will be ignored and the filter chain will continue.
New plugin instance will be created for the new request if the VM is failed.
No policy is specified.

# Variables

Enum value maps for FailurePolicy.
Enum value maps for FailurePolicy.
No description provided by the author

# Structs

Configuration for restricting Proxy-Wasm capabilities available to modules.
CapabilityRestrictionConfigValidationError is the validation error returned by CapabilityRestrictionConfig.Validate if the designated constraints aren't met.
No description provided by the author
EnvironmentVariablesValidationError is the validation error returned by EnvironmentVariables.Validate if the designated constraints aren't met.
Base Configuration for Wasm Plugins e.g.
No description provided by the author
PluginConfigValidationError is the validation error returned by PluginConfig.Validate if the designated constraints aren't met.
No description provided by the author
ReloadConfigValidationError is the validation error returned by ReloadConfig.Validate if the designated constraints aren't met.
Configuration for sanitization of inputs to an allowed capability.
SanitizationConfigValidationError is the validation error returned by SanitizationConfig.Validate if the designated constraints aren't met.
Configuration for a Wasm VM.
VmConfigValidationError is the validation error returned by VmConfig.Validate if the designated constraints aren't met.
WasmService is configured as a built-in “envoy.wasm_service“ :ref:`WasmService <config_wasm_service>` This opaque configuration will be used to create a Wasm Service.
WasmServiceValidationError is the validation error returned by WasmService.Validate if the designated constraints aren't met.

# Type aliases

CapabilityRestrictionConfigMultiError is an error wrapping multiple validation errors returned by CapabilityRestrictionConfig.ValidateAll() if the designated constraints aren't met.
EnvironmentVariablesMultiError is an error wrapping multiple validation errors returned by EnvironmentVariables.ValidateAll() if the designated constraints aren't met.
If there is a fatal error on the VM (e.g.
PluginConfigMultiError is an error wrapping multiple validation errors returned by PluginConfig.ValidateAll() if the designated constraints aren't met.
ReloadConfigMultiError is an error wrapping multiple validation errors returned by ReloadConfig.ValidateAll() if the designated constraints aren't met.
SanitizationConfigMultiError is an error wrapping multiple validation errors returned by SanitizationConfig.ValidateAll() if the designated constraints aren't met.
VmConfigMultiError is an error wrapping multiple validation errors returned by VmConfig.ValidateAll() if the designated constraints aren't met.
WasmServiceMultiError is an error wrapping multiple validation errors returned by WasmService.ValidateAll() if the designated constraints aren't met.