Versions in this module Expand all Collapse all v0 v0.0.2 Aug 8, 2024 Changes in this version + var File_envoy_extensions_wasm_v3_wasm_proto protoreflect.FileDescriptor + type CapabilityRestrictionConfig struct + AllowedCapabilities map[string]*SanitizationConfig + func (*CapabilityRestrictionConfig) Descriptor() ([]byte, []int) + func (*CapabilityRestrictionConfig) ProtoMessage() + func (x *CapabilityRestrictionConfig) GetAllowedCapabilities() map[string]*SanitizationConfig + func (x *CapabilityRestrictionConfig) ProtoReflect() protoreflect.Message + func (x *CapabilityRestrictionConfig) Reset() + func (x *CapabilityRestrictionConfig) String() string + type EnvironmentVariables struct + HostEnvKeys []string + KeyValues map[string]string + func (*EnvironmentVariables) Descriptor() ([]byte, []int) + func (*EnvironmentVariables) ProtoMessage() + func (x *EnvironmentVariables) GetHostEnvKeys() []string + func (x *EnvironmentVariables) GetKeyValues() map[string]string + func (x *EnvironmentVariables) ProtoReflect() protoreflect.Message + func (x *EnvironmentVariables) Reset() + func (x *EnvironmentVariables) String() string + type PluginConfig struct + CapabilityRestrictionConfig *CapabilityRestrictionConfig + Configuration *anypb.Any + FailOpen bool + Name string + RootId string + Vm isPluginConfig_Vm + func (*PluginConfig) Descriptor() ([]byte, []int) + func (*PluginConfig) ProtoMessage() + func (m *PluginConfig) GetVm() isPluginConfig_Vm + func (x *PluginConfig) GetCapabilityRestrictionConfig() *CapabilityRestrictionConfig + func (x *PluginConfig) GetConfiguration() *anypb.Any + func (x *PluginConfig) GetFailOpen() bool + func (x *PluginConfig) GetName() string + func (x *PluginConfig) GetRootId() string + func (x *PluginConfig) GetVmConfig() *VmConfig + func (x *PluginConfig) ProtoReflect() protoreflect.Message + func (x *PluginConfig) Reset() + func (x *PluginConfig) String() string + type PluginConfig_VmConfig struct + VmConfig *VmConfig + type SanitizationConfig struct + func (*SanitizationConfig) Descriptor() ([]byte, []int) + func (*SanitizationConfig) ProtoMessage() + func (x *SanitizationConfig) ProtoReflect() protoreflect.Message + func (x *SanitizationConfig) Reset() + func (x *SanitizationConfig) String() string + type VmConfig struct + AllowPrecompiled bool + Code *v3.AsyncDataSource + Configuration *anypb.Any + EnvironmentVariables *EnvironmentVariables + NackOnCodeCacheMiss bool + Runtime string + VmId string + func (*VmConfig) Descriptor() ([]byte, []int) + func (*VmConfig) ProtoMessage() + func (x *VmConfig) GetAllowPrecompiled() bool + func (x *VmConfig) GetCode() *v3.AsyncDataSource + func (x *VmConfig) GetConfiguration() *anypb.Any + func (x *VmConfig) GetEnvironmentVariables() *EnvironmentVariables + func (x *VmConfig) GetNackOnCodeCacheMiss() bool + func (x *VmConfig) GetRuntime() string + func (x *VmConfig) GetVmId() string + func (x *VmConfig) ProtoReflect() protoreflect.Message + func (x *VmConfig) Reset() + func (x *VmConfig) String() string + type WasmService struct + Config *PluginConfig + Singleton bool + func (*WasmService) Descriptor() ([]byte, []int) + func (*WasmService) ProtoMessage() + func (x *WasmService) GetConfig() *PluginConfig + func (x *WasmService) GetSingleton() bool + func (x *WasmService) ProtoReflect() protoreflect.Message + func (x *WasmService) Reset() + func (x *WasmService) String() string