# Functions
BaseURL returns the base url of the deployment.
CleanupDeployment cleans up all deployments related to the given pull request.
CreateDeployment creates a deployment for this pull request The deployment has two containers: 1.
CreateService creates a service for the deployment to bind to and returns the external IP of the service.
GetExternalIP polls the service until an external IP is available and returns it.
Logs returns the logs for both containers for the given deployment.
WaitForDeploymentToStabilize waits till the Deployment has stabilized.