randomv3

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 License: Apache-2.0 Imports: 18 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_extensions_load_balancing_policies_random_v3_random_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Random

type Random struct {

	// Configuration for local zone aware load balancing or locality weighted load balancing.
	LocalityLbConfig *v3.LocalityLbConfig `protobuf:"bytes,1,opt,name=locality_lb_config,json=localityLbConfig,proto3" json:"locality_lb_config,omitempty"`
	// contains filtered or unexported fields
}

This configuration allows the built-in Random LB policy to be configured via the LB policy extension point. See the :ref:`load balancing architecture overview <arch_overview_load_balancing_types>` for more information.

func (*Random) Descriptor deprecated

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

Deprecated: Use Random.ProtoReflect.Descriptor instead.

func (*Random) GetLocalityLbConfig

func (x *Random) GetLocalityLbConfig() *v3.LocalityLbConfig

func (*Random) ProtoMessage

func (*Random) ProtoMessage()

func (*Random) ProtoReflect

func (x *Random) ProtoReflect() protoreflect.Message

func (*Random) Reset

func (x *Random) Reset()

func (*Random) String

func (x *Random) String() string

func (*Random) Validate

func (m *Random) Validate() error

Validate checks the field values on Random with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Random) ValidateAll

func (m *Random) ValidateAll() error

ValidateAll checks the field values on Random with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RandomMultiError, or nil if none found.

type RandomMultiError

type RandomMultiError []error

RandomMultiError is an error wrapping multiple validation errors returned by Random.ValidateAll() if the designated constraints aren't met.

func (RandomMultiError) AllErrors

func (m RandomMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RandomMultiError) Error

func (m RandomMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RandomValidationError

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

RandomValidationError is the validation error returned by Random.Validate if the designated constraints aren't met.

func (RandomValidationError) Cause

func (e RandomValidationError) Cause() error

Cause function returns cause value.

func (RandomValidationError) Error

func (e RandomValidationError) Error() string

Error satisfies the builtin error interface

func (RandomValidationError) ErrorName

func (e RandomValidationError) ErrorName() string

ErrorName returns error name.

func (RandomValidationError) Field

func (e RandomValidationError) Field() string

Field function returns field value.

func (RandomValidationError) Key

func (e RandomValidationError) Key() bool

Key function returns key value.

func (RandomValidationError) Reason

func (e RandomValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

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