outposts: rename run to up, add down method for deleting
This commit is contained in:
@ -52,4 +52,4 @@ class TestControllers(TestCase):
|
||||
outpost.save()
|
||||
|
||||
controller = ProxyKubernetesController(outpost.pk)
|
||||
controller.run()
|
||||
controller.up()
|
||||
|
||||
Reference in New Issue
Block a user