# Packages
No description provided by the author
# Functions
CleanupServiceAndPod removes the Service and the Pod.
No description provided by the author
No description provided by the author
CreateNamespace creates a namespace with the specified name using the provided kubeconfig DO NOT USE, use create project instead.
CreateNewProject creates a new project using the clusterAdminClient, then gets a token for the adminUser and returns back a client for the admin user.
No description provided by the author
CreatePodFromImage creates a Pod from the latest image available in the Image Stream.
CreateSampleImageStream creates an ImageStream in given namespace.
CreateServiceForPod creates a service to serve the provided Pod.
No description provided by the author
No description provided by the author
No description provided by the author
DeleteAllEtcdKeys removes all etcd keys.
DeleteSampleImageStream removes the ImageStream created in given namespace.
FindAvailableBindAddress returns a bind address on 127.0.0.1 with a free port in the low-high range.
GetBaseDir returns the base directory used for test.
GetBuildFixture reads the Build JSON and returns and Build object.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Namespace returns the test namespace.
newDockerClient creates a docker client using the env var DOCKER_ENDPOINT or, if not supplied, uses the default docker endpoint /var/run/docker.sock.
No description provided by the author
RandomNamespace provides random Kubernetes namespace name based on the UNIX timestamp.
RequireDocker ensures that a new docker client can be created and that a ListImages command can be run on the client or it fails with glog.Fatal.
RequireEtcd verifies if the etcd is running and accessible for testing.
RequireServer verifies if the etcd, docker and the OpenShift server are available and you can successfully connected to them.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StartTestMaster starts up a test master and returns back the startOptions so you can get clients and certs.
VerifyImage verifies if the latest image in given ImageStream is valid.
WaitForAddress waits for the Pod to be running and then for the Service to get the endpoint.
# Structs
No description provided by the author
# Type aliases
No description provided by the author