import "github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/wasm/v3"
wasm.pb.go wasm.pb.validate.go
var File_envoy_extensions_access_loggers_wasm_v3_wasm_proto protoreflect.FileDescriptor
type WasmAccessLog struct { Config *v3.PluginConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
Custom configuration for an :ref:`AccessLog <envoy_api_msg_config.accesslog.v3.AccessLog>` that calls into a WASM VM. Configures the built-in *envoy.access_loggers.wasm* AccessLog.
func (*WasmAccessLog) Descriptor() ([]byte, []int)
Deprecated: Use WasmAccessLog.ProtoReflect.Descriptor instead.
func (x *WasmAccessLog) GetConfig() *v3.PluginConfig
func (*WasmAccessLog) ProtoMessage()
func (x *WasmAccessLog) ProtoReflect() protoreflect.Message
func (x *WasmAccessLog) Reset()
func (x *WasmAccessLog) String() string
func (m *WasmAccessLog) Validate() error
Validate checks the field values on WasmAccessLog with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type WasmAccessLogValidationError struct {
// contains filtered or unexported fields
}
WasmAccessLogValidationError is the validation error returned by WasmAccessLog.Validate if the designated constraints aren't met.
func (e WasmAccessLogValidationError) Cause() error
Cause function returns cause value.
func (e WasmAccessLogValidationError) Error() string
Error satisfies the builtin error interface
func (e WasmAccessLogValidationError) ErrorName() string
ErrorName returns error name.
func (e WasmAccessLogValidationError) Field() string
Field function returns field value.
func (e WasmAccessLogValidationError) Key() bool
Key function returns key value.
func (e WasmAccessLogValidationError) Reason() string
Reason function returns reason value.
Package envoy_extensions_access_loggers_wasm_v3 imports 18 packages (graph) and is imported by 5 packages. Updated 2021-01-07. Refresh now. Tools for package owners.