# Functions
StartTestServer starts a etcd server and kube-apiserver.
StartTestServerOrDie calls StartTestServer with up to 5 retries on bind error and dies with t.Fatal if it does not succeed.
# Type aliases
TearDownFunc is to be called to tear down a test server.