package
0.0.0-20250305113347-723568176820
Repository: https://github.com/cilium/proxy.git
Documentation: pkg.go.dev
# Variables
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.
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.
PluginConfigMultiError is an error wrapping multiple validation errors returned by PluginConfig.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.