package randomv3

import "github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/random/v3"

Index

Variables

var File_envoy_extensions_load_balancing_policies_random_v3_random_proto protoreflect.FileDescriptor

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

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.

Source Files

random.pb.go random.pb.validate.go

Version
v1.32.4 (latest)
Published
Feb 3, 2025
Platform
linux/amd64
Imports
18 packages
Last checked
1 day ago

Tools for package owners.