()
| 24 | GetDeployment(deploymentName string) (DeploymentCache, bool) |
| 25 | DeleteDeployment(deploymentName string) |
| 26 | ListDeployments() []DeploymentCache |
| 27 | SetDeployment(deploymentName string, deploymentCache DeploymentCache) |
| 28 | |
| 29 | GetDevPod(devPodName string) (DevPodCache, bool) |
no outgoing calls
no test coverage detected