package envoy_extensions_access_loggers_stream_v4alpha

import "github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/stream/v4alpha"

Index

Variables

var File_envoy_extensions_access_loggers_stream_v4alpha_stream_proto protoreflect.FileDescriptor

Types

type StderrAccessLog

type StderrAccessLog struct {

	// Types that are assignable to AccessLogFormat:
	//	*StderrAccessLog_LogFormat
	AccessLogFormat isStderrAccessLog_AccessLogFormat `protobuf_oneof:"access_log_format"`
	// contains filtered or unexported fields
}

Custom configuration for an :ref:`AccessLog <envoy_v3_api_msg_config.accesslog.v3.AccessLog>` that writes log entries directly to the operating system's standard error.

func (*StderrAccessLog) Descriptor

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

Deprecated: Use StderrAccessLog.ProtoReflect.Descriptor instead.

func (*StderrAccessLog) GetAccessLogFormat

func (m *StderrAccessLog) GetAccessLogFormat() isStderrAccessLog_AccessLogFormat

func (*StderrAccessLog) GetLogFormat

func (*StderrAccessLog) ProtoMessage

func (*StderrAccessLog) ProtoMessage()

func (*StderrAccessLog) ProtoReflect

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

func (*StderrAccessLog) Reset

func (x *StderrAccessLog) Reset()

func (*StderrAccessLog) String

func (x *StderrAccessLog) String() string

func (*StderrAccessLog) Validate

func (m *StderrAccessLog) Validate() error

Validate checks the field values on StderrAccessLog with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type StderrAccessLogValidationError

type StderrAccessLogValidationError struct {
	// contains filtered or unexported fields
}

StderrAccessLogValidationError is the validation error returned by StderrAccessLog.Validate if the designated constraints aren't met.

func (StderrAccessLogValidationError) Cause

Cause function returns cause value.

func (StderrAccessLogValidationError) Error

Error satisfies the builtin error interface

func (StderrAccessLogValidationError) ErrorName

func (e StderrAccessLogValidationError) ErrorName() string

ErrorName returns error name.

func (StderrAccessLogValidationError) Field

Field function returns field value.

func (StderrAccessLogValidationError) Key

Key function returns key value.

func (StderrAccessLogValidationError) Reason

Reason function returns reason value.

type StderrAccessLog_LogFormat

type StderrAccessLog_LogFormat struct {
	// Configuration to form access log data and format.
	// If not specified, use :ref:`default format <config_access_log_default_format>`.
	LogFormat *v4alpha.SubstitutionFormatString `protobuf:"bytes,1,opt,name=log_format,json=logFormat,proto3,oneof"`
}

type StdoutAccessLog

type StdoutAccessLog struct {

	// Types that are assignable to AccessLogFormat:
	//	*StdoutAccessLog_LogFormat
	AccessLogFormat isStdoutAccessLog_AccessLogFormat `protobuf_oneof:"access_log_format"`
	// contains filtered or unexported fields
}

Custom configuration for an :ref:`AccessLog <envoy_v3_api_msg_config.accesslog.v3.AccessLog>` that writes log entries directly to the operating system's standard output.

func (*StdoutAccessLog) Descriptor

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

Deprecated: Use StdoutAccessLog.ProtoReflect.Descriptor instead.

func (*StdoutAccessLog) GetAccessLogFormat

func (m *StdoutAccessLog) GetAccessLogFormat() isStdoutAccessLog_AccessLogFormat

func (*StdoutAccessLog) GetLogFormat

func (*StdoutAccessLog) ProtoMessage

func (*StdoutAccessLog) ProtoMessage()

func (*StdoutAccessLog) ProtoReflect

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

func (*StdoutAccessLog) Reset

func (x *StdoutAccessLog) Reset()

func (*StdoutAccessLog) String

func (x *StdoutAccessLog) String() string

func (*StdoutAccessLog) Validate

func (m *StdoutAccessLog) Validate() error

Validate checks the field values on StdoutAccessLog with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type StdoutAccessLogValidationError

type StdoutAccessLogValidationError struct {
	// contains filtered or unexported fields
}

StdoutAccessLogValidationError is the validation error returned by StdoutAccessLog.Validate if the designated constraints aren't met.

func (StdoutAccessLogValidationError) Cause

Cause function returns cause value.

func (StdoutAccessLogValidationError) Error

Error satisfies the builtin error interface

func (StdoutAccessLogValidationError) ErrorName

func (e StdoutAccessLogValidationError) ErrorName() string

ErrorName returns error name.

func (StdoutAccessLogValidationError) Field

Field function returns field value.

func (StdoutAccessLogValidationError) Key

Key function returns key value.

func (StdoutAccessLogValidationError) Reason

Reason function returns reason value.

type StdoutAccessLog_LogFormat

type StdoutAccessLog_LogFormat struct {
	// Configuration to form access log data and format.
	// If not specified, use :ref:`default format <config_access_log_default_format>`.
	LogFormat *v4alpha.SubstitutionFormatString `protobuf:"bytes,1,opt,name=log_format,json=logFormat,proto3,oneof"`
}

Source Files

stream.pb.go stream.pb.validate.go

Version
v0.9.9
Published
May 21, 2021
Platform
js/wasm
Imports
19 packages
Last checked
2 hours ago

Tools for package owners.