Documentation ¶
Index ¶
- Variables
- type HealthCheckEventFileSink
- func (*HealthCheckEventFileSink) Descriptor() ([]byte, []int)deprecated
- func (x *HealthCheckEventFileSink) GetEventLogPath() string
- func (*HealthCheckEventFileSink) ProtoMessage()
- func (x *HealthCheckEventFileSink) ProtoReflect() protoreflect.Message
- func (x *HealthCheckEventFileSink) Reset()
- func (x *HealthCheckEventFileSink) String() string
- func (m *HealthCheckEventFileSink) Validate() error
- func (m *HealthCheckEventFileSink) ValidateAll() error
- type HealthCheckEventFileSinkMultiError
- type HealthCheckEventFileSinkValidationError
- func (e HealthCheckEventFileSinkValidationError) Cause() error
- func (e HealthCheckEventFileSinkValidationError) Error() string
- func (e HealthCheckEventFileSinkValidationError) ErrorName() string
- func (e HealthCheckEventFileSinkValidationError) Field() string
- func (e HealthCheckEventFileSinkValidationError) Key() bool
- func (e HealthCheckEventFileSinkValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_health_check_event_sinks_file_v3_file_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HealthCheckEventFileSink ¶
type HealthCheckEventFileSink struct { // Specifies the path to the health check event log. EventLogPath string `protobuf:"bytes,1,opt,name=event_log_path,json=eventLogPath,proto3" json:"event_log_path,omitempty"` // contains filtered or unexported fields }
Health check event file sink. The health check event will be converted to JSON.
func (*HealthCheckEventFileSink) Descriptor
deprecated
func (*HealthCheckEventFileSink) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheckEventFileSink.ProtoReflect.Descriptor instead.
func (*HealthCheckEventFileSink) GetEventLogPath ¶
func (x *HealthCheckEventFileSink) GetEventLogPath() string
func (*HealthCheckEventFileSink) ProtoMessage ¶
func (*HealthCheckEventFileSink) ProtoMessage()
func (*HealthCheckEventFileSink) ProtoReflect ¶
func (x *HealthCheckEventFileSink) ProtoReflect() protoreflect.Message
func (*HealthCheckEventFileSink) Reset ¶
func (x *HealthCheckEventFileSink) Reset()
func (*HealthCheckEventFileSink) String ¶
func (x *HealthCheckEventFileSink) String() string
func (*HealthCheckEventFileSink) Validate ¶
func (m *HealthCheckEventFileSink) Validate() error
Validate checks the field values on HealthCheckEventFileSink 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 (*HealthCheckEventFileSink) ValidateAll ¶
func (m *HealthCheckEventFileSink) ValidateAll() error
ValidateAll checks the field values on HealthCheckEventFileSink 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 HealthCheckEventFileSinkMultiError, or nil if none found.
type HealthCheckEventFileSinkMultiError ¶
type HealthCheckEventFileSinkMultiError []error
HealthCheckEventFileSinkMultiError is an error wrapping multiple validation errors returned by HealthCheckEventFileSink.ValidateAll() if the designated constraints aren't met.
func (HealthCheckEventFileSinkMultiError) AllErrors ¶
func (m HealthCheckEventFileSinkMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (HealthCheckEventFileSinkMultiError) Error ¶
func (m HealthCheckEventFileSinkMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type HealthCheckEventFileSinkValidationError ¶
type HealthCheckEventFileSinkValidationError struct {
// contains filtered or unexported fields
}
HealthCheckEventFileSinkValidationError is the validation error returned by HealthCheckEventFileSink.Validate if the designated constraints aren't met.
func (HealthCheckEventFileSinkValidationError) Cause ¶
func (e HealthCheckEventFileSinkValidationError) Cause() error
Cause function returns cause value.
func (HealthCheckEventFileSinkValidationError) Error ¶
func (e HealthCheckEventFileSinkValidationError) Error() string
Error satisfies the builtin error interface
func (HealthCheckEventFileSinkValidationError) ErrorName ¶
func (e HealthCheckEventFileSinkValidationError) ErrorName() string
ErrorName returns error name.
func (HealthCheckEventFileSinkValidationError) Field ¶
func (e HealthCheckEventFileSinkValidationError) Field() string
Field function returns field value.
func (HealthCheckEventFileSinkValidationError) Key ¶
func (e HealthCheckEventFileSinkValidationError) Key() bool
Key function returns key value.
func (HealthCheckEventFileSinkValidationError) Reason ¶
func (e HealthCheckEventFileSinkValidationError) Reason() string
Reason function returns reason value.