Imports of package xdsclient

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/envoyproxy/go-control-plane/envoy/service/status/v3
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/experimental/statsPackage stats contains experimental metrics/stats API's.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/internal/backoffPackage backoff implement the backoff strategy for gRPC.
google.golang.org/grpc/internal/grpclogPackage grpclog provides logging functionality for internal gRPC packages, outside of the functionality provided by the external `grpclog` package.
google.golang.org/grpc/internal/statsPackage stats provides internal stats related functionality.
google.golang.org/grpc/internal/xds/bootstrapPackage bootstrap provides the functionality to initialize certain aspects of an xDS client by reading a bootstrap file.
google.golang.org/grpc/resolverPackage resolver defines APIs for name resolution in gRPC.
google.golang.org/grpc/xds/bootstrapPackage bootstrap provides the functionality to register possible options for aspects of the xDS client through the bootstrap file.
google.golang.org/grpc/xds/internal/clientsPackage clients provides implementations of the clients to interact with xDS and LRS servers.
google.golang.org/grpc/xds/internal/clients/grpctransportPackage grpctransport provides an implementation of the clients.TransportBuilder interface using gRPC.
google.golang.org/grpc/xds/internal/clients/lrsclientPackage lrsclient provides an LRS (Load Reporting Service) client.
google.golang.org/grpc/xds/internal/clients/xdsclientPackage xdsclient provides an xDS (* Discovery Service) client.
google.golang.org/grpc/xds/internal/clients/xdsclient/metricsPackage metrics defines all metrics that can be produced by an xDS client.
google.golang.org/grpc/xds/internal/xdsclient/xdsresourcePackage xdsresource implements the xDS data model layer.
google.golang.org/grpc/xds/internal/xdsclient/xdsresource/versionPackage version defines constants to distinguish between supported xDS API versions.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.