Versions in this module Expand all Collapse all v0 v0.7.1 Apr 19, 2019 v0.7.0 Apr 8, 2019 Changes in this version type OutlierDetectionEventValidationError + func (e OutlierDetectionEventValidationError) ErrorName() string type OutlierEjectConsecutiveValidationError + func (e OutlierEjectConsecutiveValidationError) ErrorName() string type OutlierEjectSuccessRateValidationError + func (e OutlierEjectSuccessRateValidationError) ErrorName() string v0.6.9 Mar 11, 2019 v0.6.8 Mar 1, 2019 Changes in this version + var Action_name = map[int32]string + var Action_value = map[string]int32 + var ErrIntOverflowOutlierDetectionEvent = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthOutlierDetectionEvent = fmt.Errorf("proto: negative length found during unmarshaling") + 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 *time.Time + Type OutlierEjectionType + UpstreamUrl string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OutlierDetectionEvent) Descriptor() ([]byte, []int) + func (*OutlierDetectionEvent) ProtoMessage() + func (*OutlierDetectionEvent) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *OutlierDetectionEvent) GetAction() Action + func (m *OutlierDetectionEvent) GetClusterName() string + func (m *OutlierDetectionEvent) GetEjectConsecutiveEvent() *OutlierEjectConsecutive + 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() *time.Time + func (m *OutlierDetectionEvent) GetType() OutlierEjectionType + func (m *OutlierDetectionEvent) GetUpstreamUrl() string + func (m *OutlierDetectionEvent) Marshal() (dAtA []byte, err error) + func (m *OutlierDetectionEvent) MarshalTo(dAtA []byte) (int, error) + func (m *OutlierDetectionEvent) Reset() + func (m *OutlierDetectionEvent) Size() (n int) + func (m *OutlierDetectionEvent) String() string + func (m *OutlierDetectionEvent) Unmarshal(dAtA []byte) error + func (m *OutlierDetectionEvent) Validate() error + 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 + func (this *OutlierDetectionEvent) Equal(that interface{}) bool + type OutlierDetectionEventValidationError struct + Cause error + Field string + Key bool + Reason string + func (e OutlierDetectionEventValidationError) Error() string + type OutlierDetectionEvent_EjectConsecutiveEvent struct + EjectConsecutiveEvent *OutlierEjectConsecutive + func (m *OutlierDetectionEvent_EjectConsecutiveEvent) MarshalTo(dAtA []byte) (int, error) + func (m *OutlierDetectionEvent_EjectConsecutiveEvent) Size() (n int) + func (this *OutlierDetectionEvent_EjectConsecutiveEvent) Equal(that interface{}) bool + type OutlierDetectionEvent_EjectSuccessRateEvent struct + EjectSuccessRateEvent *OutlierEjectSuccessRate + func (m *OutlierDetectionEvent_EjectSuccessRateEvent) MarshalTo(dAtA []byte) (int, error) + func (m *OutlierDetectionEvent_EjectSuccessRateEvent) Size() (n int) + func (this *OutlierDetectionEvent_EjectSuccessRateEvent) Equal(that interface{}) bool + type OutlierEjectConsecutive struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OutlierEjectConsecutive) Descriptor() ([]byte, []int) + func (*OutlierEjectConsecutive) ProtoMessage() + func (m *OutlierEjectConsecutive) Marshal() (dAtA []byte, err error) + func (m *OutlierEjectConsecutive) MarshalTo(dAtA []byte) (int, error) + func (m *OutlierEjectConsecutive) Reset() + func (m *OutlierEjectConsecutive) Size() (n int) + func (m *OutlierEjectConsecutive) String() string + func (m *OutlierEjectConsecutive) Unmarshal(dAtA []byte) error + func (m *OutlierEjectConsecutive) Validate() error + 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 + func (this *OutlierEjectConsecutive) Equal(that interface{}) bool + type OutlierEjectConsecutiveValidationError struct + Cause error + Field string + Key bool + Reason string + func (e OutlierEjectConsecutiveValidationError) Error() string + 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) Marshal() (dAtA []byte, err error) + func (m *OutlierEjectSuccessRate) MarshalTo(dAtA []byte) (int, error) + func (m *OutlierEjectSuccessRate) Reset() + func (m *OutlierEjectSuccessRate) Size() (n int) + func (m *OutlierEjectSuccessRate) String() string + func (m *OutlierEjectSuccessRate) Unmarshal(dAtA []byte) error + func (m *OutlierEjectSuccessRate) Validate() error + 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 + func (this *OutlierEjectSuccessRate) Equal(that interface{}) bool + type OutlierEjectSuccessRateValidationError struct + Cause error + Field string + Key bool + Reason string + func (e OutlierEjectSuccessRateValidationError) Error() string + type OutlierEjectionType int32 + const OutlierEjectionType_CONSECUTIVE_5XX + const OutlierEjectionType_CONSECUTIVE_GATEWAY_FAILURE + const OutlierEjectionType_SUCCESS_RATE + func (OutlierEjectionType) EnumDescriptor() ([]byte, []int) + func (x OutlierEjectionType) String() string