package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewDefaultTestServerOptions default options for TestServer instances.
StartTestServer starts an etcd server and sample-generic-controlplane and returns a TestServer struct with a tear-down func and clients to access it and its backing store.
StartTestServerOrDie calls StartTestServer t.Fatal if it does not succeed.

# Structs

TestServer represents a running test server with everything to access it and its backing store etcd.
TestServerInstanceOptions Instance options the TestServer.

# Type aliases

TearDownFunc is to be called to tear down a test server.