mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
Removing grarph_manager param (#141)
This commit is contained in:
committed by
Ajay Deshpande
parent
a1c56edd98
commit
2b4c9c6774
@@ -113,6 +113,8 @@ class RedisPubSubBackend(MemoryBackend):
|
||||
def undeploy(self):
|
||||
if self.params.deployed:
|
||||
return
|
||||
|
||||
from kubernetes import client
|
||||
api_client = client.AppsV1Api()
|
||||
delete_options = client.V1DeleteOptions()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user