Documentation ¶
Index ¶
- Variables
- type FileAccessLog
- func (*FileAccessLog) Descriptor() ([]byte, []int)deprecated
- func (m *FileAccessLog) GetAccessLogFormat() isFileAccessLog_AccessLogFormat
- func (x *FileAccessLog) GetFormat() stringdeprecated
- func (x *FileAccessLog) GetJsonFormat() *_struct.Structdeprecated
- func (x *FileAccessLog) GetLogFormat() *v3.SubstitutionFormatString
- func (x *FileAccessLog) GetPath() string
- func (x *FileAccessLog) GetTypedJsonFormat() *_struct.Structdeprecated
- func (*FileAccessLog) ProtoMessage()
- func (x *FileAccessLog) ProtoReflect() protoreflect.Message
- func (x *FileAccessLog) Reset()
- func (x *FileAccessLog) String() string
- func (m *FileAccessLog) Validate() error
- type FileAccessLogValidationError
- func (e FileAccessLogValidationError) Cause() error
- func (e FileAccessLogValidationError) Error() string
- func (e FileAccessLogValidationError) ErrorName() string
- func (e FileAccessLogValidationError) Field() string
- func (e FileAccessLogValidationError) Key() bool
- func (e FileAccessLogValidationError) Reason() string
- type FileAccessLog_Format
- type FileAccessLog_JsonFormat
- type FileAccessLog_LogFormat
- type FileAccessLog_TypedJsonFormat
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_access_loggers_file_v3_file_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FileAccessLog ¶
type FileAccessLog struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // Types that are assignable to AccessLogFormat: // *FileAccessLog_Format // *FileAccessLog_JsonFormat // *FileAccessLog_TypedJsonFormat // *FileAccessLog_LogFormat AccessLogFormat isFileAccessLog_AccessLogFormat `protobuf_oneof:"access_log_format"` // contains filtered or unexported fields }
func (*FileAccessLog) Descriptor
deprecated
func (*FileAccessLog) Descriptor() ([]byte, []int)
Deprecated: Use FileAccessLog.ProtoReflect.Descriptor instead.
func (*FileAccessLog) GetAccessLogFormat ¶
func (m *FileAccessLog) GetAccessLogFormat() isFileAccessLog_AccessLogFormat
func (*FileAccessLog) GetFormat
deprecated
func (x *FileAccessLog) GetFormat() string
Deprecated: Do not use.
func (*FileAccessLog) GetJsonFormat
deprecated
func (x *FileAccessLog) GetJsonFormat() *_struct.Struct
Deprecated: Do not use.
func (*FileAccessLog) GetLogFormat ¶ added in v1.7.0
func (x *FileAccessLog) GetLogFormat() *v3.SubstitutionFormatString
func (*FileAccessLog) GetPath ¶
func (x *FileAccessLog) GetPath() string
func (*FileAccessLog) GetTypedJsonFormat
deprecated
func (x *FileAccessLog) GetTypedJsonFormat() *_struct.Struct
Deprecated: Do not use.
func (*FileAccessLog) ProtoMessage ¶
func (*FileAccessLog) ProtoMessage()
func (*FileAccessLog) ProtoReflect ¶ added in v1.7.0
func (x *FileAccessLog) ProtoReflect() protoreflect.Message
func (*FileAccessLog) Reset ¶
func (x *FileAccessLog) Reset()
func (*FileAccessLog) String ¶
func (x *FileAccessLog) String() string
func (*FileAccessLog) Validate ¶
func (m *FileAccessLog) Validate() error
Validate checks the field values on FileAccessLog with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type FileAccessLogValidationError ¶
type FileAccessLogValidationError struct {
// contains filtered or unexported fields
}
FileAccessLogValidationError is the validation error returned by FileAccessLog.Validate if the designated constraints aren't met.
func (FileAccessLogValidationError) Cause ¶
func (e FileAccessLogValidationError) Cause() error
Cause function returns cause value.
func (FileAccessLogValidationError) Error ¶
func (e FileAccessLogValidationError) Error() string
Error satisfies the builtin error interface
func (FileAccessLogValidationError) ErrorName ¶
func (e FileAccessLogValidationError) ErrorName() string
ErrorName returns error name.
func (FileAccessLogValidationError) Field ¶
func (e FileAccessLogValidationError) Field() string
Field function returns field value.
func (FileAccessLogValidationError) Key ¶
func (e FileAccessLogValidationError) Key() bool
Key function returns key value.
func (FileAccessLogValidationError) Reason ¶
func (e FileAccessLogValidationError) Reason() string
Reason function returns reason value.
type FileAccessLog_Format ¶
type FileAccessLog_Format struct { // Deprecated: Do not use. Format string `protobuf:"bytes,2,opt,name=format,proto3,oneof"` }
type FileAccessLog_LogFormat ¶ added in v1.7.0
type FileAccessLog_LogFormat struct {
LogFormat *v3.SubstitutionFormatString `protobuf:"bytes,5,opt,name=log_format,json=logFormat,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.