jetstream/cli.py [983:995]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if argo:
        strategy = ArgoExecutorStrategy(
            project_id=project_id,
            dataset_id=dataset_id,
            bucket=bucket,
            zone=zone,
            cluster_id=cluster_id,
            monitor_status=monitor_status,
            cluster_ip=cluster_ip,
            cluster_cert=cluster_cert,
            analysis_periods=analysis_periods,
            image=image,
            image_version=image_version,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



jetstream/cli.py [1157:1169]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if argo:
        strategy = ArgoExecutorStrategy(
            project_id=project_id,
            dataset_id=dataset_id,
            bucket=bucket,
            zone=zone,
            cluster_id=cluster_id,
            monitor_status=monitor_status,
            cluster_ip=cluster_ip,
            cluster_cert=cluster_cert,
            analysis_periods=analysis_periods,
            image=image,
            image_version=image_version,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



