Documentation ¶
Index ¶
- Variables
- type StdoutAuditLog
- func (*StdoutAuditLog) Descriptor() ([]byte, []int)deprecated
- func (*StdoutAuditLog) ProtoMessage()
- func (x *StdoutAuditLog) ProtoReflect() protoreflect.Message
- func (x *StdoutAuditLog) Reset()
- func (x *StdoutAuditLog) String() string
- func (m *StdoutAuditLog) Validate() error
- func (m *StdoutAuditLog) ValidateAll() error
- type StdoutAuditLogMultiError
- type StdoutAuditLogValidationError
- func (e StdoutAuditLogValidationError) Cause() error
- func (e StdoutAuditLogValidationError) Error() string
- func (e StdoutAuditLogValidationError) ErrorName() string
- func (e StdoutAuditLogValidationError) Field() string
- func (e StdoutAuditLogValidationError) Key() bool
- func (e StdoutAuditLogValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_rbac_audit_loggers_stream_v3_stream_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StdoutAuditLog ¶
type StdoutAuditLog struct {
// contains filtered or unexported fields
}
Custom configuration for the RBAC audit logger that writes log entries directly to the operating system's standard output. The logger outputs in JSON format and is currently not configurable.
func (*StdoutAuditLog) Descriptor
deprecated
func (*StdoutAuditLog) Descriptor() ([]byte, []int)
Deprecated: Use StdoutAuditLog.ProtoReflect.Descriptor instead.
func (*StdoutAuditLog) ProtoMessage ¶
func (*StdoutAuditLog) ProtoMessage()
func (*StdoutAuditLog) ProtoReflect ¶
func (x *StdoutAuditLog) ProtoReflect() protoreflect.Message
func (*StdoutAuditLog) Reset ¶
func (x *StdoutAuditLog) Reset()
func (*StdoutAuditLog) String ¶
func (x *StdoutAuditLog) String() string
func (*StdoutAuditLog) Validate ¶
func (m *StdoutAuditLog) Validate() error
Validate checks the field values on StdoutAuditLog 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 (*StdoutAuditLog) ValidateAll ¶
func (m *StdoutAuditLog) ValidateAll() error
ValidateAll checks the field values on StdoutAuditLog 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 StdoutAuditLogMultiError, or nil if none found.
type StdoutAuditLogMultiError ¶
type StdoutAuditLogMultiError []error
StdoutAuditLogMultiError is an error wrapping multiple validation errors returned by StdoutAuditLog.ValidateAll() if the designated constraints aren't met.
func (StdoutAuditLogMultiError) AllErrors ¶
func (m StdoutAuditLogMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StdoutAuditLogMultiError) Error ¶
func (m StdoutAuditLogMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StdoutAuditLogValidationError ¶
type StdoutAuditLogValidationError struct {
// contains filtered or unexported fields
}
StdoutAuditLogValidationError is the validation error returned by StdoutAuditLog.Validate if the designated constraints aren't met.
func (StdoutAuditLogValidationError) Cause ¶
func (e StdoutAuditLogValidationError) Cause() error
Cause function returns cause value.
func (StdoutAuditLogValidationError) Error ¶
func (e StdoutAuditLogValidationError) Error() string
Error satisfies the builtin error interface
func (StdoutAuditLogValidationError) ErrorName ¶
func (e StdoutAuditLogValidationError) ErrorName() string
ErrorName returns error name.
func (StdoutAuditLogValidationError) Field ¶
func (e StdoutAuditLogValidationError) Field() string
Field function returns field value.
func (StdoutAuditLogValidationError) Key ¶
func (e StdoutAuditLogValidationError) Key() bool
Key function returns key value.
func (StdoutAuditLogValidationError) Reason ¶
func (e StdoutAuditLogValidationError) Reason() string
Reason function returns reason value.