envoy_data_core_v3

package
v0.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2020 License: Apache-2.0 Imports: 17 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HealthCheckFailureType_name = map[int32]string{
	0: "ACTIVE",
	1: "PASSIVE",
	2: "NETWORK",
}
View Source
var HealthCheckFailureType_value = map[string]int32{
	"ACTIVE":  0,
	"PASSIVE": 1,
	"NETWORK": 2,
}
View Source
var HealthCheckerType_name = map[int32]string{
	0: "HTTP",
	1: "TCP",
	2: "GRPC",
	3: "REDIS",
}
View Source
var HealthCheckerType_value = map[string]int32{
	"HTTP":  0,
	"TCP":   1,
	"GRPC":  2,
	"REDIS": 3,
}

Functions

This section is empty.

Types

type DegradedHealthyHost

type DegradedHealthyHost struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DegradedHealthyHost) Descriptor

func (*DegradedHealthyHost) Descriptor() ([]byte, []int)

func (*DegradedHealthyHost) ProtoMessage

func (*DegradedHealthyHost) ProtoMessage()

func (*DegradedHealthyHost) Reset

func (m *DegradedHealthyHost) Reset()

func (*DegradedHealthyHost) String

func (m *DegradedHealthyHost) String() string

func (*DegradedHealthyHost) Validate

func (m *DegradedHealthyHost) Validate() error

Validate checks the field values on DegradedHealthyHost with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DegradedHealthyHost) XXX_DiscardUnknown

func (m *DegradedHealthyHost) XXX_DiscardUnknown()

func (*DegradedHealthyHost) XXX_Marshal

func (m *DegradedHealthyHost) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DegradedHealthyHost) XXX_Merge

func (m *DegradedHealthyHost) XXX_Merge(src proto.Message)

func (*DegradedHealthyHost) XXX_Size

func (m *DegradedHealthyHost) XXX_Size() int

func (*DegradedHealthyHost) XXX_Unmarshal

func (m *DegradedHealthyHost) XXX_Unmarshal(b []byte) error

type DegradedHealthyHostValidationError

type DegradedHealthyHostValidationError struct {
	// contains filtered or unexported fields
}

DegradedHealthyHostValidationError is the validation error returned by DegradedHealthyHost.Validate if the designated constraints aren't met.

func (DegradedHealthyHostValidationError) Cause

Cause function returns cause value.

func (DegradedHealthyHostValidationError) Error

Error satisfies the builtin error interface

func (DegradedHealthyHostValidationError) ErrorName

ErrorName returns error name.

func (DegradedHealthyHostValidationError) Field

Field function returns field value.

func (DegradedHealthyHostValidationError) Key

Key function returns key value.

func (DegradedHealthyHostValidationError) Reason

Reason function returns reason value.

type HealthCheckAddHealthy

type HealthCheckAddHealthy struct {
	FirstCheck           bool     `protobuf:"varint,1,opt,name=first_check,json=firstCheck,proto3" json:"first_check,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HealthCheckAddHealthy) Descriptor

func (*HealthCheckAddHealthy) Descriptor() ([]byte, []int)

func (*HealthCheckAddHealthy) GetFirstCheck

func (m *HealthCheckAddHealthy) GetFirstCheck() bool

func (*HealthCheckAddHealthy) ProtoMessage

func (*HealthCheckAddHealthy) ProtoMessage()

func (*HealthCheckAddHealthy) Reset

func (m *HealthCheckAddHealthy) Reset()

func (*HealthCheckAddHealthy) String

func (m *HealthCheckAddHealthy) String() string

func (*HealthCheckAddHealthy) Validate

func (m *HealthCheckAddHealthy) Validate() error

Validate checks the field values on HealthCheckAddHealthy with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*HealthCheckAddHealthy) XXX_DiscardUnknown

func (m *HealthCheckAddHealthy) XXX_DiscardUnknown()

func (*HealthCheckAddHealthy) XXX_Marshal

func (m *HealthCheckAddHealthy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HealthCheckAddHealthy) XXX_Merge

func (m *HealthCheckAddHealthy) XXX_Merge(src proto.Message)

func (*HealthCheckAddHealthy) XXX_Size

func (m *HealthCheckAddHealthy) XXX_Size() int

func (*HealthCheckAddHealthy) XXX_Unmarshal

func (m *HealthCheckAddHealthy) XXX_Unmarshal(b []byte) error

type HealthCheckAddHealthyValidationError

type HealthCheckAddHealthyValidationError struct {
	// contains filtered or unexported fields
}

HealthCheckAddHealthyValidationError is the validation error returned by HealthCheckAddHealthy.Validate if the designated constraints aren't met.

func (HealthCheckAddHealthyValidationError) Cause

Cause function returns cause value.

func (HealthCheckAddHealthyValidationError) Error

Error satisfies the builtin error interface

func (HealthCheckAddHealthyValidationError) ErrorName

ErrorName returns error name.

func (HealthCheckAddHealthyValidationError) Field

Field function returns field value.

func (HealthCheckAddHealthyValidationError) Key

Key function returns key value.

func (HealthCheckAddHealthyValidationError) Reason

Reason function returns reason value.

type HealthCheckEjectUnhealthy

type HealthCheckEjectUnhealthy struct {
	FailureType          HealthCheckFailureType `` /* 142-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*HealthCheckEjectUnhealthy) Descriptor

func (*HealthCheckEjectUnhealthy) Descriptor() ([]byte, []int)

func (*HealthCheckEjectUnhealthy) GetFailureType

func (*HealthCheckEjectUnhealthy) ProtoMessage

func (*HealthCheckEjectUnhealthy) ProtoMessage()

func (*HealthCheckEjectUnhealthy) Reset

func (m *HealthCheckEjectUnhealthy) Reset()

func (*HealthCheckEjectUnhealthy) String

func (m *HealthCheckEjectUnhealthy) String() string

func (*HealthCheckEjectUnhealthy) Validate

func (m *HealthCheckEjectUnhealthy) Validate() error

Validate checks the field values on HealthCheckEjectUnhealthy with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*HealthCheckEjectUnhealthy) XXX_DiscardUnknown

func (m *HealthCheckEjectUnhealthy) XXX_DiscardUnknown()

func (*HealthCheckEjectUnhealthy) XXX_Marshal

func (m *HealthCheckEjectUnhealthy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HealthCheckEjectUnhealthy) XXX_Merge

func (m *HealthCheckEjectUnhealthy) XXX_Merge(src proto.Message)

func (*HealthCheckEjectUnhealthy) XXX_Size

func (m *HealthCheckEjectUnhealthy) XXX_Size() int

func (*HealthCheckEjectUnhealthy) XXX_Unmarshal

func (m *HealthCheckEjectUnhealthy) XXX_Unmarshal(b []byte) error

type HealthCheckEjectUnhealthyValidationError

type HealthCheckEjectUnhealthyValidationError struct {
	// contains filtered or unexported fields
}

HealthCheckEjectUnhealthyValidationError is the validation error returned by HealthCheckEjectUnhealthy.Validate if the designated constraints aren't met.

func (HealthCheckEjectUnhealthyValidationError) Cause

Cause function returns cause value.

func (HealthCheckEjectUnhealthyValidationError) Error

Error satisfies the builtin error interface

func (HealthCheckEjectUnhealthyValidationError) ErrorName

ErrorName returns error name.

func (HealthCheckEjectUnhealthyValidationError) Field

Field function returns field value.

func (HealthCheckEjectUnhealthyValidationError) Key

Key function returns key value.

func (HealthCheckEjectUnhealthyValidationError) Reason

Reason function returns reason value.

type HealthCheckEvent

type HealthCheckEvent struct {
	HealthCheckerType HealthCheckerType `` /* 157-byte string literal not displayed */
	Host              *v3.Address       `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	ClusterName       string            `protobuf:"bytes,3,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"`
	// Types that are valid to be assigned to Event:
	//	*HealthCheckEvent_EjectUnhealthyEvent
	//	*HealthCheckEvent_AddHealthyEvent
	//	*HealthCheckEvent_HealthCheckFailureEvent
	//	*HealthCheckEvent_DegradedHealthyHost
	//	*HealthCheckEvent_NoLongerDegradedHost
	Event                isHealthCheckEvent_Event `protobuf_oneof:"event"`
	Timestamp            *timestamp.Timestamp     `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*HealthCheckEvent) Descriptor

func (*HealthCheckEvent) Descriptor() ([]byte, []int)

func (*HealthCheckEvent) GetAddHealthyEvent

func (m *HealthCheckEvent) GetAddHealthyEvent() *HealthCheckAddHealthy

func (*HealthCheckEvent) GetClusterName

func (m *HealthCheckEvent) GetClusterName() string

func (*HealthCheckEvent) GetDegradedHealthyHost

func (m *HealthCheckEvent) GetDegradedHealthyHost() *DegradedHealthyHost

func (*HealthCheckEvent) GetEjectUnhealthyEvent

func (m *HealthCheckEvent) GetEjectUnhealthyEvent() *HealthCheckEjectUnhealthy

func (*HealthCheckEvent) GetEvent

func (m *HealthCheckEvent) GetEvent() isHealthCheckEvent_Event

func (*HealthCheckEvent) GetHealthCheckFailureEvent

func (m *HealthCheckEvent) GetHealthCheckFailureEvent() *HealthCheckFailure

func (*HealthCheckEvent) GetHealthCheckerType

func (m *HealthCheckEvent) GetHealthCheckerType() HealthCheckerType

func (*HealthCheckEvent) GetHost

func (m *HealthCheckEvent) GetHost() *v3.Address

func (*HealthCheckEvent) GetNoLongerDegradedHost

func (m *HealthCheckEvent) GetNoLongerDegradedHost() *NoLongerDegradedHost

func (*HealthCheckEvent) GetTimestamp

func (m *HealthCheckEvent) GetTimestamp() *timestamp.Timestamp

func (*HealthCheckEvent) ProtoMessage

func (*HealthCheckEvent) ProtoMessage()

func (*HealthCheckEvent) Reset

func (m *HealthCheckEvent) Reset()

func (*HealthCheckEvent) String

func (m *HealthCheckEvent) String() string

func (*HealthCheckEvent) Validate

func (m *HealthCheckEvent) Validate() error

Validate checks the field values on HealthCheckEvent with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*HealthCheckEvent) XXX_DiscardUnknown

func (m *HealthCheckEvent) XXX_DiscardUnknown()

func (*HealthCheckEvent) XXX_Marshal

func (m *HealthCheckEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HealthCheckEvent) XXX_Merge

func (m *HealthCheckEvent) XXX_Merge(src proto.Message)

func (*HealthCheckEvent) XXX_OneofWrappers

func (*HealthCheckEvent) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*HealthCheckEvent) XXX_Size

func (m *HealthCheckEvent) XXX_Size() int

func (*HealthCheckEvent) XXX_Unmarshal

func (m *HealthCheckEvent) XXX_Unmarshal(b []byte) error

type HealthCheckEventValidationError

type HealthCheckEventValidationError struct {
	// contains filtered or unexported fields
}

HealthCheckEventValidationError is the validation error returned by HealthCheckEvent.Validate if the designated constraints aren't met.

func (HealthCheckEventValidationError) Cause

Cause function returns cause value.

func (HealthCheckEventValidationError) Error

Error satisfies the builtin error interface

func (HealthCheckEventValidationError) ErrorName

ErrorName returns error name.

func (HealthCheckEventValidationError) Field

Field function returns field value.

func (HealthCheckEventValidationError) Key

Key function returns key value.

func (HealthCheckEventValidationError) Reason

Reason function returns reason value.

type HealthCheckEvent_AddHealthyEvent

type HealthCheckEvent_AddHealthyEvent struct {
	AddHealthyEvent *HealthCheckAddHealthy `protobuf:"bytes,5,opt,name=add_healthy_event,json=addHealthyEvent,proto3,oneof"`
}

type HealthCheckEvent_DegradedHealthyHost

type HealthCheckEvent_DegradedHealthyHost struct {
	DegradedHealthyHost *DegradedHealthyHost `protobuf:"bytes,8,opt,name=degraded_healthy_host,json=degradedHealthyHost,proto3,oneof"`
}

type HealthCheckEvent_EjectUnhealthyEvent

type HealthCheckEvent_EjectUnhealthyEvent struct {
	EjectUnhealthyEvent *HealthCheckEjectUnhealthy `protobuf:"bytes,4,opt,name=eject_unhealthy_event,json=ejectUnhealthyEvent,proto3,oneof"`
}

type HealthCheckEvent_HealthCheckFailureEvent

type HealthCheckEvent_HealthCheckFailureEvent struct {
	HealthCheckFailureEvent *HealthCheckFailure `protobuf:"bytes,7,opt,name=health_check_failure_event,json=healthCheckFailureEvent,proto3,oneof"`
}

type HealthCheckEvent_NoLongerDegradedHost

type HealthCheckEvent_NoLongerDegradedHost struct {
	NoLongerDegradedHost *NoLongerDegradedHost `protobuf:"bytes,9,opt,name=no_longer_degraded_host,json=noLongerDegradedHost,proto3,oneof"`
}

type HealthCheckFailure

type HealthCheckFailure struct {
	FailureType          HealthCheckFailureType `` /* 142-byte string literal not displayed */
	FirstCheck           bool                   `protobuf:"varint,2,opt,name=first_check,json=firstCheck,proto3" json:"first_check,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*HealthCheckFailure) Descriptor

func (*HealthCheckFailure) Descriptor() ([]byte, []int)

func (*HealthCheckFailure) GetFailureType

func (m *HealthCheckFailure) GetFailureType() HealthCheckFailureType

func (*HealthCheckFailure) GetFirstCheck

func (m *HealthCheckFailure) GetFirstCheck() bool

func (*HealthCheckFailure) ProtoMessage

func (*HealthCheckFailure) ProtoMessage()

func (*HealthCheckFailure) Reset

func (m *HealthCheckFailure) Reset()

func (*HealthCheckFailure) String

func (m *HealthCheckFailure) String() string

func (*HealthCheckFailure) Validate

func (m *HealthCheckFailure) Validate() error

Validate checks the field values on HealthCheckFailure with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*HealthCheckFailure) XXX_DiscardUnknown

func (m *HealthCheckFailure) XXX_DiscardUnknown()

func (*HealthCheckFailure) XXX_Marshal

func (m *HealthCheckFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HealthCheckFailure) XXX_Merge

func (m *HealthCheckFailure) XXX_Merge(src proto.Message)

func (*HealthCheckFailure) XXX_Size

func (m *HealthCheckFailure) XXX_Size() int

func (*HealthCheckFailure) XXX_Unmarshal

func (m *HealthCheckFailure) XXX_Unmarshal(b []byte) error

type HealthCheckFailureType

type HealthCheckFailureType int32
const (
	HealthCheckFailureType_ACTIVE  HealthCheckFailureType = 0
	HealthCheckFailureType_PASSIVE HealthCheckFailureType = 1
	HealthCheckFailureType_NETWORK HealthCheckFailureType = 2
)

func (HealthCheckFailureType) EnumDescriptor

func (HealthCheckFailureType) EnumDescriptor() ([]byte, []int)

func (HealthCheckFailureType) String

func (x HealthCheckFailureType) String() string

type HealthCheckFailureValidationError

type HealthCheckFailureValidationError struct {
	// contains filtered or unexported fields
}

HealthCheckFailureValidationError is the validation error returned by HealthCheckFailure.Validate if the designated constraints aren't met.

func (HealthCheckFailureValidationError) Cause

Cause function returns cause value.

func (HealthCheckFailureValidationError) Error

Error satisfies the builtin error interface

func (HealthCheckFailureValidationError) ErrorName

ErrorName returns error name.

func (HealthCheckFailureValidationError) Field

Field function returns field value.

func (HealthCheckFailureValidationError) Key

Key function returns key value.

func (HealthCheckFailureValidationError) Reason

Reason function returns reason value.

type HealthCheckerType

type HealthCheckerType int32
const (
	HealthCheckerType_HTTP  HealthCheckerType = 0
	HealthCheckerType_TCP   HealthCheckerType = 1
	HealthCheckerType_GRPC  HealthCheckerType = 2
	HealthCheckerType_REDIS HealthCheckerType = 3
)

func (HealthCheckerType) EnumDescriptor

func (HealthCheckerType) EnumDescriptor() ([]byte, []int)

func (HealthCheckerType) String

func (x HealthCheckerType) String() string

type NoLongerDegradedHost

type NoLongerDegradedHost struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NoLongerDegradedHost) Descriptor

func (*NoLongerDegradedHost) Descriptor() ([]byte, []int)

func (*NoLongerDegradedHost) ProtoMessage

func (*NoLongerDegradedHost) ProtoMessage()

func (*NoLongerDegradedHost) Reset

func (m *NoLongerDegradedHost) Reset()

func (*NoLongerDegradedHost) String

func (m *NoLongerDegradedHost) String() string

func (*NoLongerDegradedHost) Validate

func (m *NoLongerDegradedHost) Validate() error

Validate checks the field values on NoLongerDegradedHost with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*NoLongerDegradedHost) XXX_DiscardUnknown

func (m *NoLongerDegradedHost) XXX_DiscardUnknown()

func (*NoLongerDegradedHost) XXX_Marshal

func (m *NoLongerDegradedHost) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NoLongerDegradedHost) XXX_Merge

func (m *NoLongerDegradedHost) XXX_Merge(src proto.Message)

func (*NoLongerDegradedHost) XXX_Size

func (m *NoLongerDegradedHost) XXX_Size() int

func (*NoLongerDegradedHost) XXX_Unmarshal

func (m *NoLongerDegradedHost) XXX_Unmarshal(b []byte) error

type NoLongerDegradedHostValidationError

type NoLongerDegradedHostValidationError struct {
	// contains filtered or unexported fields
}

NoLongerDegradedHostValidationError is the validation error returned by NoLongerDegradedHost.Validate if the designated constraints aren't met.

func (NoLongerDegradedHostValidationError) Cause

Cause function returns cause value.

func (NoLongerDegradedHostValidationError) Error

Error satisfies the builtin error interface

func (NoLongerDegradedHostValidationError) ErrorName

ErrorName returns error name.

func (NoLongerDegradedHostValidationError) Field

Field function returns field value.

func (NoLongerDegradedHostValidationError) Key

Key function returns key value.

func (NoLongerDegradedHostValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL