Versions in this module Expand all Collapse all v1 v1.12.1 Mar 30, 2020 Changes in this version + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DegradedHealthyHost) Descriptor() ([]byte, []int) + func (*DegradedHealthyHost) ProtoMessage() + func (m *DegradedHealthyHost) Reset() + func (m *DegradedHealthyHost) String() string + func (m *DegradedHealthyHost) XXX_DiscardUnknown() + func (m *DegradedHealthyHost) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DegradedHealthyHost) XXX_Merge(src proto.Message) + func (m *DegradedHealthyHost) XXX_Size() int + func (m *DegradedHealthyHost) XXX_Unmarshal(b []byte) error + type HealthCheckAddHealthy struct + FirstCheck bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HealthCheckAddHealthy) Descriptor() ([]byte, []int) + func (*HealthCheckAddHealthy) ProtoMessage() + func (m *HealthCheckAddHealthy) GetFirstCheck() bool + func (m *HealthCheckAddHealthy) Reset() + func (m *HealthCheckAddHealthy) String() string + func (m *HealthCheckAddHealthy) XXX_DiscardUnknown() + func (m *HealthCheckAddHealthy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HealthCheckAddHealthy) XXX_Merge(src proto.Message) + func (m *HealthCheckAddHealthy) XXX_Size() int + func (m *HealthCheckAddHealthy) XXX_Unmarshal(b []byte) error + type HealthCheckEjectUnhealthy struct + FailureType HealthCheckFailureType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HealthCheckEjectUnhealthy) Descriptor() ([]byte, []int) + func (*HealthCheckEjectUnhealthy) ProtoMessage() + func (m *HealthCheckEjectUnhealthy) GetFailureType() HealthCheckFailureType + func (m *HealthCheckEjectUnhealthy) Reset() + func (m *HealthCheckEjectUnhealthy) String() string + func (m *HealthCheckEjectUnhealthy) XXX_DiscardUnknown() + func (m *HealthCheckEjectUnhealthy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HealthCheckEjectUnhealthy) XXX_Merge(src proto.Message) + func (m *HealthCheckEjectUnhealthy) XXX_Size() int + func (m *HealthCheckEjectUnhealthy) XXX_Unmarshal(b []byte) error + type HealthCheckEvent struct + ClusterName string + Event isHealthCheckEvent_Event + HealthCheckerType HealthCheckerType + Host *core.Address + Timestamp *types.Timestamp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HealthCheckEvent) Descriptor() ([]byte, []int) + func (*HealthCheckEvent) ProtoMessage() + func (*HealthCheckEvent) XXX_OneofWrappers() []interface{} + func (m *HealthCheckEvent) GetAddHealthyEvent() *HealthCheckAddHealthy + func (m *HealthCheckEvent) GetClusterName() string + func (m *HealthCheckEvent) GetDegradedHealthyHost() *DegradedHealthyHost + func (m *HealthCheckEvent) GetEjectUnhealthyEvent() *HealthCheckEjectUnhealthy + func (m *HealthCheckEvent) GetEvent() isHealthCheckEvent_Event + func (m *HealthCheckEvent) GetHealthCheckFailureEvent() *HealthCheckFailure + func (m *HealthCheckEvent) GetHealthCheckerType() HealthCheckerType + func (m *HealthCheckEvent) GetHost() *core.Address + func (m *HealthCheckEvent) GetNoLongerDegradedHost() *NoLongerDegradedHost + func (m *HealthCheckEvent) GetTimestamp() *types.Timestamp + func (m *HealthCheckEvent) Reset() + func (m *HealthCheckEvent) String() string + func (m *HealthCheckEvent) XXX_DiscardUnknown() + func (m *HealthCheckEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HealthCheckEvent) XXX_Merge(src proto.Message) + func (m *HealthCheckEvent) XXX_Size() int + func (m *HealthCheckEvent) XXX_Unmarshal(b []byte) error + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HealthCheckFailure) Descriptor() ([]byte, []int) + func (*HealthCheckFailure) ProtoMessage() + func (m *HealthCheckFailure) GetFailureType() HealthCheckFailureType + func (m *HealthCheckFailure) GetFirstCheck() bool + func (m *HealthCheckFailure) Reset() + func (m *HealthCheckFailure) String() string + func (m *HealthCheckFailure) XXX_DiscardUnknown() + func (m *HealthCheckFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HealthCheckFailure) XXX_Merge(src proto.Message) + func (m *HealthCheckFailure) XXX_Size() int + func (m *HealthCheckFailure) XXX_Unmarshal(b []byte) error + type HealthCheckFailureType int32 + const HealthCheckFailureType_ACTIVE + const HealthCheckFailureType_NETWORK + const HealthCheckFailureType_PASSIVE + func (HealthCheckFailureType) EnumDescriptor() ([]byte, []int) + func (x HealthCheckFailureType) String() string + type HealthCheckerType int32 + const HealthCheckerType_GRPC + const HealthCheckerType_HTTP + const HealthCheckerType_REDIS + const HealthCheckerType_TCP + func (HealthCheckerType) EnumDescriptor() ([]byte, []int) + func (x HealthCheckerType) String() string + type NoLongerDegradedHost struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NoLongerDegradedHost) Descriptor() ([]byte, []int) + func (*NoLongerDegradedHost) ProtoMessage() + func (m *NoLongerDegradedHost) Reset() + func (m *NoLongerDegradedHost) String() string + func (m *NoLongerDegradedHost) XXX_DiscardUnknown() + func (m *NoLongerDegradedHost) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NoLongerDegradedHost) XXX_Merge(src proto.Message) + func (m *NoLongerDegradedHost) XXX_Size() int + func (m *NoLongerDegradedHost) XXX_Unmarshal(b []byte) error