outposts: rename run to up, add down method for deleting

This commit is contained in:
Jens Langhammer
2020-10-16 22:22:15 +02:00
parent b2c571bf1b
commit 5135d828b4
6 changed files with 61 additions and 16 deletions

View File

@ -52,4 +52,4 @@ class TestControllers(TestCase):
outpost.save()
controller = ProxyKubernetesController(outpost.pk)
controller.run()
controller.up()