Versions in this module Expand all Collapse all v0 v0.9.82 Jan 31, 2021 Changes in this version + var File_envoy_data_core_v3_health_check_event_proto protoreflect.FileDescriptor + var HealthCheckFailureType_name = map[int32]string + var HealthCheckFailureType_value = map[string]int32 + var HealthCheckerType_name = map[int32]string + var HealthCheckerType_value = map[string]int32 + type DegradedHealthyHost struct + func (*DegradedHealthyHost) Descriptor() ([]byte, []int) + func (*DegradedHealthyHost) ProtoMessage() + func (m *DegradedHealthyHost) Validate() error + func (x *DegradedHealthyHost) ProtoReflect() protoreflect.Message + func (x *DegradedHealthyHost) Reset() + func (x *DegradedHealthyHost) String() string + type DegradedHealthyHostValidationError struct + func (e DegradedHealthyHostValidationError) Cause() error + func (e DegradedHealthyHostValidationError) Error() string + func (e DegradedHealthyHostValidationError) ErrorName() string + func (e DegradedHealthyHostValidationError) Field() string + func (e DegradedHealthyHostValidationError) Key() bool + func (e DegradedHealthyHostValidationError) Reason() string + type HealthCheckAddHealthy struct + FirstCheck bool + func (*HealthCheckAddHealthy) Descriptor() ([]byte, []int) + func (*HealthCheckAddHealthy) ProtoMessage() + func (m *HealthCheckAddHealthy) Validate() error + func (x *HealthCheckAddHealthy) GetFirstCheck() bool + func (x *HealthCheckAddHealthy) ProtoReflect() protoreflect.Message + func (x *HealthCheckAddHealthy) Reset() + func (x *HealthCheckAddHealthy) String() string + type HealthCheckAddHealthyValidationError struct + func (e HealthCheckAddHealthyValidationError) Cause() error + func (e HealthCheckAddHealthyValidationError) Error() string + func (e HealthCheckAddHealthyValidationError) ErrorName() string + func (e HealthCheckAddHealthyValidationError) Field() string + func (e HealthCheckAddHealthyValidationError) Key() bool + func (e HealthCheckAddHealthyValidationError) Reason() string + type HealthCheckEjectUnhealthy struct + FailureType HealthCheckFailureType + func (*HealthCheckEjectUnhealthy) Descriptor() ([]byte, []int) + func (*HealthCheckEjectUnhealthy) ProtoMessage() + func (m *HealthCheckEjectUnhealthy) Validate() error + func (x *HealthCheckEjectUnhealthy) GetFailureType() HealthCheckFailureType + func (x *HealthCheckEjectUnhealthy) ProtoReflect() protoreflect.Message + func (x *HealthCheckEjectUnhealthy) Reset() + func (x *HealthCheckEjectUnhealthy) String() string + type HealthCheckEjectUnhealthyValidationError struct + func (e HealthCheckEjectUnhealthyValidationError) Cause() error + func (e HealthCheckEjectUnhealthyValidationError) Error() string + func (e HealthCheckEjectUnhealthyValidationError) ErrorName() string + func (e HealthCheckEjectUnhealthyValidationError) Field() string + func (e HealthCheckEjectUnhealthyValidationError) Key() bool + func (e HealthCheckEjectUnhealthyValidationError) Reason() string + type HealthCheckEvent struct + ClusterName string + Event isHealthCheckEvent_Event + HealthCheckerType HealthCheckerType + Host *v3.Address + Timestamp *timestamp.Timestamp + func (*HealthCheckEvent) Descriptor() ([]byte, []int) + func (*HealthCheckEvent) ProtoMessage() + func (m *HealthCheckEvent) GetEvent() isHealthCheckEvent_Event + func (m *HealthCheckEvent) Validate() error + func (x *HealthCheckEvent) GetAddHealthyEvent() *HealthCheckAddHealthy + func (x *HealthCheckEvent) GetClusterName() string + func (x *HealthCheckEvent) GetDegradedHealthyHost() *DegradedHealthyHost + func (x *HealthCheckEvent) GetEjectUnhealthyEvent() *HealthCheckEjectUnhealthy + func (x *HealthCheckEvent) GetHealthCheckFailureEvent() *HealthCheckFailure + func (x *HealthCheckEvent) GetHealthCheckerType() HealthCheckerType + func (x *HealthCheckEvent) GetHost() *v3.Address + func (x *HealthCheckEvent) GetNoLongerDegradedHost() *NoLongerDegradedHost + func (x *HealthCheckEvent) GetTimestamp() *timestamp.Timestamp + func (x *HealthCheckEvent) ProtoReflect() protoreflect.Message + func (x *HealthCheckEvent) Reset() + func (x *HealthCheckEvent) String() string + type HealthCheckEventValidationError struct + func (e HealthCheckEventValidationError) Cause() error + func (e HealthCheckEventValidationError) Error() string + func (e HealthCheckEventValidationError) ErrorName() string + func (e HealthCheckEventValidationError) Field() string + func (e HealthCheckEventValidationError) Key() bool + func (e HealthCheckEventValidationError) Reason() string + type HealthCheckEvent_AddHealthyEvent struct + AddHealthyEvent *HealthCheckAddHealthy + type HealthCheckEvent_DegradedHealthyHost struct + DegradedHealthyHost *DegradedHealthyHost + type HealthCheckEvent_EjectUnhealthyEvent struct + EjectUnhealthyEvent *HealthCheckEjectUnhealthy + type HealthCheckEvent_HealthCheckFailureEvent struct + HealthCheckFailureEvent *HealthCheckFailure + type HealthCheckEvent_NoLongerDegradedHost struct + NoLongerDegradedHost *NoLongerDegradedHost + type HealthCheckFailure struct + FailureType HealthCheckFailureType + FirstCheck bool + func (*HealthCheckFailure) Descriptor() ([]byte, []int) + func (*HealthCheckFailure) ProtoMessage() + func (m *HealthCheckFailure) Validate() error + func (x *HealthCheckFailure) GetFailureType() HealthCheckFailureType + func (x *HealthCheckFailure) GetFirstCheck() bool + func (x *HealthCheckFailure) ProtoReflect() protoreflect.Message + func (x *HealthCheckFailure) Reset() + func (x *HealthCheckFailure) String() string + type HealthCheckFailureType int32 + const HealthCheckFailureType_ACTIVE + const HealthCheckFailureType_NETWORK + const HealthCheckFailureType_PASSIVE + func (HealthCheckFailureType) Descriptor() protoreflect.EnumDescriptor + func (HealthCheckFailureType) EnumDescriptor() ([]byte, []int) + func (HealthCheckFailureType) Type() protoreflect.EnumType + func (x HealthCheckFailureType) Enum() *HealthCheckFailureType + func (x HealthCheckFailureType) Number() protoreflect.EnumNumber + func (x HealthCheckFailureType) String() string + type HealthCheckFailureValidationError struct + func (e HealthCheckFailureValidationError) Cause() error + func (e HealthCheckFailureValidationError) Error() string + func (e HealthCheckFailureValidationError) ErrorName() string + func (e HealthCheckFailureValidationError) Field() string + func (e HealthCheckFailureValidationError) Key() bool + func (e HealthCheckFailureValidationError) Reason() string + type HealthCheckerType int32 + const HealthCheckerType_GRPC + const HealthCheckerType_HTTP + const HealthCheckerType_REDIS + const HealthCheckerType_TCP + func (HealthCheckerType) Descriptor() protoreflect.EnumDescriptor + func (HealthCheckerType) EnumDescriptor() ([]byte, []int) + func (HealthCheckerType) Type() protoreflect.EnumType + func (x HealthCheckerType) Enum() *HealthCheckerType + func (x HealthCheckerType) Number() protoreflect.EnumNumber + func (x HealthCheckerType) String() string + type NoLongerDegradedHost struct + func (*NoLongerDegradedHost) Descriptor() ([]byte, []int) + func (*NoLongerDegradedHost) ProtoMessage() + func (m *NoLongerDegradedHost) Validate() error + func (x *NoLongerDegradedHost) ProtoReflect() protoreflect.Message + func (x *NoLongerDegradedHost) Reset() + func (x *NoLongerDegradedHost) String() string + type NoLongerDegradedHostValidationError struct + func (e NoLongerDegradedHostValidationError) Cause() error + func (e NoLongerDegradedHostValidationError) Error() string + func (e NoLongerDegradedHostValidationError) ErrorName() string + func (e NoLongerDegradedHostValidationError) Field() string + func (e NoLongerDegradedHostValidationError) Key() bool + func (e NoLongerDegradedHostValidationError) Reason() string