package internal
import "google.golang.org/grpc/xds/internal"
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 Locality ¶
Locality 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.
TODO: rename to LocalityID.
func (Locality) String ¶
func (Locality) ToProto ¶
ToProto convert Locality to the proto representation.
Source Files ¶
internal.go
Directories ¶
Path | Synopsis |
---|---|
xds/internal/balancer | Package balancer contains xds balancer implementation. |
xds/internal/balancer/cdsbalancer | Package cdsbalancer implements a balancer to handle CDS responses. |
xds/internal/balancer/edsbalancer | Package edsbalancer implements a balancer to handle EDS responses. |
xds/internal/balancer/lrs | Package lrs implements load reporting service for xds balancer. |
xds/internal/balancer/orca | Package orca implements Open Request Cost Aggregation. |
xds/internal/client | Package client implementation a full fledged gRPC client for the xDS API used by the xds resolver and balancer implementations. |
xds/internal/client/bootstrap | Package bootstrap provides the functionality to initialize certain aspects of an xDS client by reading a bootstrap file. |
xds/internal/client/fakexds | Package fakexds provides a very basic fake implementation of the xDS server for unit testing purposes. |
xds/internal/proto | Package proto is for go generate. |
xds/internal/proto/udpa | |
xds/internal/proto/udpa/data | |
xds/internal/proto/udpa/data/orca | |
xds/internal/proto/udpa/data/orca/v1 | |
xds/internal/proto/udpa/service | |
xds/internal/proto/udpa/service/orca | |
xds/internal/proto/udpa/service/orca/v1 | |
xds/internal/proto/udpa/type | |
xds/internal/proto/udpa/type/v1 | |
xds/internal/resolver | Package resolver implements the xds resolver. |
xds/internal/resolver/old | Package old implements the old xds resolver. |
xds/internal/testutils | Package testutils provides utility types, for use in xds tests. |
xds/internal/testutils/fakexds | Package fakexds provides fake implementation of multiple types, for use in xds tests. |
- Version
- v1.27.0-pre
- Published
- Dec 17, 2019
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 5 minutes ago –
Tools for package owners.