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
Constants ¶
This section is empty.
Variables ¶
View Source
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
Click to show internal directories.
Click to hide internal directories.