setup
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package setup implements setup helpers for xDS e2e tests.
Index¶
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
funcManagementServerAndResolver¶
func ManagementServerAndResolver(t *testing.T) (*e2e.ManagementServer,string, []byte,resolver.Builder)
ManagementServerAndResolver sets up an xDS management server, createsbootstrap configuration pointing to that server and creates an xDS resolverusing that configuration.
Registers a cleanup function on t to stop the management server.
Returns the following:- the xDS management server- the node ID to use when talking to this management server- bootstrap configuration to use (if creating an xDS-enabled gRPC server)- xDS resolver builder (if creating an xDS-enabled gRPC client)
funcManagementServerAndResolverWithSPIFFE¶added inv1.73.0
func ManagementServerAndResolverWithSPIFFE(t *testing.T) (*e2e.ManagementServer,string, []byte,resolver.Builder)
ManagementServerAndResolverWithSPIFFE is exactly the same asManagementServerAndResolver, except that it uses a bootstrap configurationcontaining certificate providers utilizing SPIFFE test certificates.
Types¶
This section is empty.