Module ploigos_step_runner.step_implementers.deploy.argocd
DEPRECATED: use ploigos_step_runner.step_implementers.deploy.ArgoCDDeploy instead.
This is an alias to ArgoCDDeploy so as to keep things backwards compatible, but eventually should/can will be removed.
Classes
class ArgoCD (workflow_result, parent_work_dir_path, config, environment=None)-
DEPRECATED: use ploigos_step_runner.step_implementers.deploy.ArgoCDDeploy instead.
This is an alias to ArgoCDDeploy so as to keep things backwards compatible, but eventually should/can will be removed.
Expand source code
class ArgoCD(ArgoCDDeploy): """DEPRECATED: use ploigos_step_runner.step_implementers.deploy.ArgoCDDeploy instead. This is an alias to ArgoCDDeploy so as to keep things backwards compatible, but eventually should/can will be removed. """ def __init__( # pylint: disable=too-many-arguments self, workflow_result, parent_work_dir_path, config, environment=None ): super().__init__( workflow_result=workflow_result, parent_work_dir_path=parent_work_dir_path, config=config, environment=environment ) print("DEPRECATED: use ploigos_step_runner.step_implementers.deploy.ArgoCDDeploy instead.")Ancestors
Inherited members
ArgoCDDeploy:argocd_apiargocd_passwordargocd_skip_tlsargocd_usernameconfigcreate_working_dir_sub_direnvironmentget_config_valueget_copy_of_runtime_step_configget_result_valueget_valueglobal_config_defaultsglobal_environment_config_defaultshas_config_valuerun_stepstep_configstep_config_overridesstep_environment_configstep_implementer_config_defaultsstep_namesub_step_implementer_namesub_step_namework_dir_pathworkflow_resultwrite_working_file