Versions in this module Expand all Collapse all v1 v1.12.1 Mar 30, 2020 Changes in this version + var Action_name = map[int32]string + var Action_value = map[string]int32 + var OutlierEjectionType_name = map[int32]string + var OutlierEjectionType_value = map[string]int32 + type Action int32 + const Action_EJECT + const Action_UNEJECT + func (Action) EnumDescriptor() ([]byte, []int) + func (x Action) String() string + type OutlierDetectionEvent struct + Action Action + ClusterName string + Enforced bool + Event isOutlierDetectionEvent_Event + NumEjections uint32 + SecsSinceLastAction *types.UInt64Value + Timestamp *types.Timestamp + Type OutlierEjectionType + UpstreamUrl string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OutlierDetectionEvent) Descriptor() ([]byte, []int) + func (*OutlierDetectionEvent) ProtoMessage() + func (*OutlierDetectionEvent) XXX_OneofWrappers() []interface{} + func (m *OutlierDetectionEvent) GetAction() Action + func (m *OutlierDetectionEvent) GetClusterName() string + func (m *OutlierDetectionEvent) GetEjectConsecutiveEvent() *OutlierEjectConsecutive + func (m *OutlierDetectionEvent) GetEjectFailurePercentageEvent() *OutlierEjectFailurePercentage + func (m *OutlierDetectionEvent) GetEjectSuccessRateEvent() *OutlierEjectSuccessRate + func (m *OutlierDetectionEvent) GetEnforced() bool + func (m *OutlierDetectionEvent) GetEvent() isOutlierDetectionEvent_Event + func (m *OutlierDetectionEvent) GetNumEjections() uint32 + func (m *OutlierDetectionEvent) GetSecsSinceLastAction() *types.UInt64Value + func (m *OutlierDetectionEvent) GetTimestamp() *types.Timestamp + func (m *OutlierDetectionEvent) GetType() OutlierEjectionType + func (m *OutlierDetectionEvent) GetUpstreamUrl() string + func (m *OutlierDetectionEvent) Reset() + func (m *OutlierDetectionEvent) String() string + func (m *OutlierDetectionEvent) XXX_DiscardUnknown() + func (m *OutlierDetectionEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OutlierDetectionEvent) XXX_Merge(src proto.Message) + func (m *OutlierDetectionEvent) XXX_Size() int + func (m *OutlierDetectionEvent) XXX_Unmarshal(b []byte) error + type OutlierDetectionEvent_EjectConsecutiveEvent struct + EjectConsecutiveEvent *OutlierEjectConsecutive + type OutlierDetectionEvent_EjectFailurePercentageEvent struct + EjectFailurePercentageEvent *OutlierEjectFailurePercentage + type OutlierDetectionEvent_EjectSuccessRateEvent struct + EjectSuccessRateEvent *OutlierEjectSuccessRate + type OutlierEjectConsecutive struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OutlierEjectConsecutive) Descriptor() ([]byte, []int) + func (*OutlierEjectConsecutive) ProtoMessage() + func (m *OutlierEjectConsecutive) Reset() + func (m *OutlierEjectConsecutive) String() string + func (m *OutlierEjectConsecutive) XXX_DiscardUnknown() + func (m *OutlierEjectConsecutive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OutlierEjectConsecutive) XXX_Merge(src proto.Message) + func (m *OutlierEjectConsecutive) XXX_Size() int + func (m *OutlierEjectConsecutive) XXX_Unmarshal(b []byte) error + type OutlierEjectFailurePercentage struct + HostSuccessRate uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OutlierEjectFailurePercentage) Descriptor() ([]byte, []int) + func (*OutlierEjectFailurePercentage) ProtoMessage() + func (m *OutlierEjectFailurePercentage) GetHostSuccessRate() uint32 + func (m *OutlierEjectFailurePercentage) Reset() + func (m *OutlierEjectFailurePercentage) String() string + func (m *OutlierEjectFailurePercentage) XXX_DiscardUnknown() + func (m *OutlierEjectFailurePercentage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OutlierEjectFailurePercentage) XXX_Merge(src proto.Message) + func (m *OutlierEjectFailurePercentage) XXX_Size() int + func (m *OutlierEjectFailurePercentage) XXX_Unmarshal(b []byte) error + type OutlierEjectSuccessRate struct + ClusterAverageSuccessRate uint32 + ClusterSuccessRateEjectionThreshold uint32 + HostSuccessRate uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OutlierEjectSuccessRate) Descriptor() ([]byte, []int) + func (*OutlierEjectSuccessRate) ProtoMessage() + func (m *OutlierEjectSuccessRate) GetClusterAverageSuccessRate() uint32 + func (m *OutlierEjectSuccessRate) GetClusterSuccessRateEjectionThreshold() uint32 + func (m *OutlierEjectSuccessRate) GetHostSuccessRate() uint32 + func (m *OutlierEjectSuccessRate) Reset() + func (m *OutlierEjectSuccessRate) String() string + func (m *OutlierEjectSuccessRate) XXX_DiscardUnknown() + func (m *OutlierEjectSuccessRate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OutlierEjectSuccessRate) XXX_Merge(src proto.Message) + func (m *OutlierEjectSuccessRate) XXX_Size() int + func (m *OutlierEjectSuccessRate) XXX_Unmarshal(b []byte) error + type OutlierEjectionType int32 + const OutlierEjectionType_CONSECUTIVE_5XX + const OutlierEjectionType_CONSECUTIVE_GATEWAY_FAILURE + const OutlierEjectionType_CONSECUTIVE_LOCAL_ORIGIN_FAILURE + const OutlierEjectionType_FAILURE_PERCENTAGE + const OutlierEjectionType_FAILURE_PERCENTAGE_LOCAL_ORIGIN + const OutlierEjectionType_SUCCESS_RATE + const OutlierEjectionType_SUCCESS_RATE_LOCAL_ORIGIN + func (OutlierEjectionType) EnumDescriptor() ([]byte, []int) + func (x OutlierEjectionType) String() string