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()
def setUp(self): self.compose = ComposeOperator()
def setUp(self): super().setUp() self.compose = ComposeOperator()