Imports of package xds

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/credentialsPackage credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call.
google.golang.org/grpc/credentials/tls/certproviderPackage certprovider defines APIs for Certificate Providers in gRPC.
google.golang.org/grpc/credentials/tls/certprovider/meshca
google.golang.org/grpc/credentials/tls/certprovider/pemfilePackage pemfile provides a file watching certificate provider plugin implementation which works for files with PEM contents.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/internalPackage internal contains gRPC-internal code, to avoid polluting the godoc of the top-level grpc package.
google.golang.org/grpc/internal/credentials/xdsPackage xds contains non-user facing functionality of the xds credentials.
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/grpcsyncPackage grpcsync implements additional synchronization primitives built upon the sync package.
google.golang.org/grpc/xds/internal/balancerPackage balancer installs all the xds balancers.
google.golang.org/grpc/xds/internal/client
google.golang.org/grpc/xds/internal/client/bootstrap
google.golang.org/grpc/xds/internal/client/v2
google.golang.org/grpc/xds/internal/client/v3
google.golang.org/grpc/xds/internal/resolverPackage resolver implements the xds resolver, that does LDS and RDS to find the cluster to use.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.