package streamv3

import "github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3"

Index

Variables

var File_envoy_extensions_rbac_audit_loggers_stream_v3_stream_proto protoreflect.FileDescriptor

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

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

Cause function returns cause value.

func (StdoutAuditLogValidationError) Error

Error satisfies the builtin error interface

func (StdoutAuditLogValidationError) ErrorName

func (e StdoutAuditLogValidationError) ErrorName() string

ErrorName returns error name.

func (StdoutAuditLogValidationError) Field

Field function returns field value.

func (StdoutAuditLogValidationError) Key

Key function returns key value.

func (StdoutAuditLogValidationError) Reason

Reason function returns reason value.

Source Files

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

Version
v1.32.4 (latest)
Published
Feb 3, 2025
Platform
linux/amd64
Imports
17 packages
Last checked
1 day ago

Tools for package owners.