Documentation ¶
Index ¶
- Variables
- type StderrAccessLog
- func (*StderrAccessLog) Descriptor() ([]byte, []int)deprecated
- func (m *StderrAccessLog) GetAccessLogFormat() isStderrAccessLog_AccessLogFormat
- func (x *StderrAccessLog) GetLogFormat() *v3.SubstitutionFormatString
- func (*StderrAccessLog) ProtoMessage()
- func (x *StderrAccessLog) ProtoReflect() protoreflect.Message
- func (x *StderrAccessLog) Reset()
- func (x *StderrAccessLog) String() string
- func (m *StderrAccessLog) Validate() error
- func (m *StderrAccessLog) ValidateAll() error
- type StderrAccessLogMultiError
- type StderrAccessLogValidationError
- func (e StderrAccessLogValidationError) Cause() error
- func (e StderrAccessLogValidationError) Error() string
- func (e StderrAccessLogValidationError) ErrorName() string
- func (e StderrAccessLogValidationError) Field() string
- func (e StderrAccessLogValidationError) Key() bool
- func (e StderrAccessLogValidationError) Reason() string
- type StderrAccessLog_LogFormat
- type StdoutAccessLog
- func (*StdoutAccessLog) Descriptor() ([]byte, []int)deprecated
- func (m *StdoutAccessLog) GetAccessLogFormat() isStdoutAccessLog_AccessLogFormat
- func (x *StdoutAccessLog) GetLogFormat() *v3.SubstitutionFormatString
- func (*StdoutAccessLog) ProtoMessage()
- func (x *StdoutAccessLog) ProtoReflect() protoreflect.Message
- func (x *StdoutAccessLog) Reset()
- func (x *StdoutAccessLog) String() string
- func (m *StdoutAccessLog) Validate() error
- func (m *StdoutAccessLog) ValidateAll() error
- type StdoutAccessLogMultiError
- type StdoutAccessLogValidationError
- func (e StdoutAccessLogValidationError) Cause() error
- func (e StdoutAccessLogValidationError) Error() string
- func (e StdoutAccessLogValidationError) ErrorName() string
- func (e StdoutAccessLogValidationError) Field() string
- func (e StdoutAccessLogValidationError) Key() bool
- func (e StdoutAccessLogValidationError) Reason() string
- type StdoutAccessLog_LogFormat
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_access_loggers_stream_v3_stream_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
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. [#extension: envoy.access_loggers.stderr]
func (*StderrAccessLog) Descriptor
deprecated
func (*StderrAccessLog) Descriptor() ([]byte, []int)
Deprecated: Use StderrAccessLog.ProtoReflect.Descriptor instead.
func (*StderrAccessLog) GetAccessLogFormat ¶
func (m *StderrAccessLog) GetAccessLogFormat() isStderrAccessLog_AccessLogFormat
func (*StderrAccessLog) GetLogFormat ¶
func (x *StderrAccessLog) GetLogFormat() *v3.SubstitutionFormatString
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, the first error encountered is returned, or nil if there are no violations.
func (*StderrAccessLog) ValidateAll ¶
func (m *StderrAccessLog) ValidateAll() error
ValidateAll checks the field values on StderrAccessLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StderrAccessLogMultiError, or nil if none found.
type StderrAccessLogMultiError ¶
type StderrAccessLogMultiError []error
StderrAccessLogMultiError is an error wrapping multiple validation errors returned by StderrAccessLog.ValidateAll() if the designated constraints aren't met.
func (StderrAccessLogMultiError) AllErrors ¶
func (m StderrAccessLogMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StderrAccessLogMultiError) Error ¶
func (m StderrAccessLogMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
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 ¶
func (e StderrAccessLogValidationError) Cause() error
Cause function returns cause value.
func (StderrAccessLogValidationError) Error ¶
func (e StderrAccessLogValidationError) Error() string
Error satisfies the builtin error interface
func (StderrAccessLogValidationError) ErrorName ¶
func (e StderrAccessLogValidationError) ErrorName() string
ErrorName returns error name.
func (StderrAccessLogValidationError) Field ¶
func (e StderrAccessLogValidationError) Field() string
Field function returns field value.
func (StderrAccessLogValidationError) Key ¶
func (e StderrAccessLogValidationError) Key() bool
Key function returns key value.
func (StderrAccessLogValidationError) Reason ¶
func (e StderrAccessLogValidationError) Reason() string
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 *v3.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. [#extension: envoy.access_loggers.stdout]
func (*StdoutAccessLog) Descriptor
deprecated
func (*StdoutAccessLog) Descriptor() ([]byte, []int)
Deprecated: Use StdoutAccessLog.ProtoReflect.Descriptor instead.
func (*StdoutAccessLog) GetAccessLogFormat ¶
func (m *StdoutAccessLog) GetAccessLogFormat() isStdoutAccessLog_AccessLogFormat
func (*StdoutAccessLog) GetLogFormat ¶
func (x *StdoutAccessLog) GetLogFormat() *v3.SubstitutionFormatString
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, the first error encountered is returned, or nil if there are no violations.
func (*StdoutAccessLog) ValidateAll ¶
func (m *StdoutAccessLog) ValidateAll() error
ValidateAll checks the field values on StdoutAccessLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StdoutAccessLogMultiError, or nil if none found.
type StdoutAccessLogMultiError ¶
type StdoutAccessLogMultiError []error
StdoutAccessLogMultiError is an error wrapping multiple validation errors returned by StdoutAccessLog.ValidateAll() if the designated constraints aren't met.
func (StdoutAccessLogMultiError) AllErrors ¶
func (m StdoutAccessLogMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StdoutAccessLogMultiError) Error ¶
func (m StdoutAccessLogMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
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 ¶
func (e StdoutAccessLogValidationError) Cause() error
Cause function returns cause value.
func (StdoutAccessLogValidationError) Error ¶
func (e StdoutAccessLogValidationError) Error() string
Error satisfies the builtin error interface
func (StdoutAccessLogValidationError) ErrorName ¶
func (e StdoutAccessLogValidationError) ErrorName() string
ErrorName returns error name.
func (StdoutAccessLogValidationError) Field ¶
func (e StdoutAccessLogValidationError) Field() string
Field function returns field value.
func (StdoutAccessLogValidationError) Key ¶
func (e StdoutAccessLogValidationError) Key() bool
Key function returns key value.
func (StdoutAccessLogValidationError) Reason ¶
func (e StdoutAccessLogValidationError) Reason() string
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 *v3.SubstitutionFormatString `protobuf:"bytes,1,opt,name=log_format,json=logFormat,proto3,oneof"` }