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 a etcd server and kube-apiserver.
StartTestServerOrDie calls StartTestServer t.Fatal if it does not succeed.

# Structs

ProxyCA contains the certificate authority certificate and key which is used to verify client connections to kube-apiservers.
TestServer return values supplied by kube-test-ApiServer.
TestServerInstanceOptions Instance options the TestServer.

# Interfaces

Logger allows t.Testing and b.Testing to be passed to StartTestServer and StartTestServerOrDie.

# Type aliases

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