# Functions
GenerateKubeconfig generates a kubeconfig in a temporary directory that will automatically be cleaned up once the given testing.T test (and all of its subtests) end.
ParseKubernetesManifests parses the yaml manifests from the given io.Reader into a list of (typed) objects.
SetupEnv sets up a test environment, meaning a kube-apiserver and an etcd store in order to run tests.
No description provided by the author