package envoy_extensions_access_loggers_wasm_v3

import "github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/wasm/v3"

Index

Variables

var File_envoy_extensions_access_loggers_wasm_v3_wasm_proto protoreflect.FileDescriptor

Types

type WasmAccessLog

type WasmAccessLog struct {
	Config *v3.PluginConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

[[#not-implemented-hide:] Custom configuration for an :ref:`AccessLog <envoy_api_msg_config.accesslog.v3.AccessLog>` that calls into a WASM VM.

func (*WasmAccessLog) Descriptor

func (*WasmAccessLog) Descriptor() ([]byte, []int)

Deprecated: Use WasmAccessLog.ProtoReflect.Descriptor instead.

func (*WasmAccessLog) GetConfig

func (x *WasmAccessLog) GetConfig() *v3.PluginConfig

func (*WasmAccessLog) ProtoMessage

func (*WasmAccessLog) ProtoMessage()

func (*WasmAccessLog) ProtoReflect

func (x *WasmAccessLog) ProtoReflect() protoreflect.Message

func (*WasmAccessLog) Reset

func (x *WasmAccessLog) Reset()

func (*WasmAccessLog) String

func (x *WasmAccessLog) String() string

func (*WasmAccessLog) Validate

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

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 (WasmAccessLogValidationError) Cause

Cause function returns cause value.

func (WasmAccessLogValidationError) Error

Error satisfies the builtin error interface

func (WasmAccessLogValidationError) ErrorName

func (e WasmAccessLogValidationError) ErrorName() string

ErrorName returns error name.

func (WasmAccessLogValidationError) Field

Field function returns field value.

func (WasmAccessLogValidationError) Key

Key function returns key value.

func (WasmAccessLogValidationError) Reason

Reason function returns reason value.

Source Files

wasm.pb.go wasm.pb.validate.go

Version
v0.9.7
Published
Oct 1, 2020
Platform
darwin/amd64
Imports
18 packages
Last checked
1 hour ago

Tools for package owners.