예제 #1
0
 def __init__(self,
              config=None,
              filepath=None,
              manager_path=None,
              dry_run=False):
     self.config = config
     self.filepath = filepath
     self.manager_path = manager_path
     self.dry_run = dry_run
     self.kubectl = KubectlOperator()
     self.helm = HelmOperator()
     self.docker = DockerOperator()
     self.compose = ComposeOperator()
예제 #2
0
 def setUp(self):
     self.compose = ComposeOperator()
예제 #3
0
 def setUp(self):
     super().setUp()
     self.compose = ComposeOperator()