package internal

import "google.golang.org/grpc/xds/internal"

Package internal contains functions/structs shared by xds balancers/resolvers.

Index

Constants

const XDSClientID = clientID("xdsClientID")

XDSClientID is the attributes key used to pass the address of the xdsClient object shared between the resolver and the balancer. The xdsClient object is created by the resolver and passed to the balancer.

Types

type LocalityID

type LocalityID struct {
	Region  string
	Zone    string
	SubZone string
}

LocalityID is xds.Locality without XXX fields, so it can be used as map keys.

xds.Locality cannot be map keys because one of the XXX fields is a slice.

This struct should only be used as map keys. Use the proto message directly in all other places.

func (LocalityID) String

func (l LocalityID) String() string

func (LocalityID) ToProto

func (l LocalityID) ToProto() *corepb.Locality

ToProto convert Locality to the proto representation.

Source Files

internal.go

Directories

PathSynopsis
xds/internal/balancerPackage balancer installs all the xds balancers.
xds/internal/balancer/balancergroupPackage balancergroup implements a utility struct to bind multiple balancers into one balancer.
xds/internal/balancer/cdsbalancerPackage cdsbalancer implements a balancer to handle CDS responses.
xds/internal/balancer/edsbalancerPackage edsbalancer contains EDS balancer implementation.
xds/internal/balancer/lrsPackage lrs implements load reporting service for xds balancer.
xds/internal/balancer/orcaPackage orca implements Open Request Cost Aggregation.
xds/internal/balancer/weightedtargetPackage weightedtarget implements the weighted_target balancer.
xds/internal/clientPackage client implementation a full fledged gRPC client for the xDS API used by the xds resolver and balancer implementations.
xds/internal/client/bootstrapPackage bootstrap provides the functionality to initialize certain aspects of an xDS client by reading a bootstrap file.
xds/internal/resolverPackage resolver implements the xds resolver, that does LDS and RDS to find the cluster to use.
xds/internal/testutilsPackage testutils provides utility types, for use in xds tests.
xds/internal/testutils/fakeclientPackage fakeclient provides a fake implementation of an xDS client.
xds/internal/testutils/fakeserverPackage fakeserver provides a fake implementation of an xDS server.
Version
v1.30.1
Published
Aug 25, 2020
Platform
windows/amd64
Imports
2 packages
Last checked
14 minutes ago

Tools for package owners.