|
|
|
@@ -39,14 +39,8 @@ public class ExperimentInsServiceImpl implements ExperimentInsService { |
|
|
|
private ExperimentInsDao experimentInsDao; |
|
|
|
@Resource |
|
|
|
private ExperimentDao experimentDao; |
|
|
|
@Resource |
|
|
|
private WorkflowService workflowService; |
|
|
|
@Value("${argo.url}") |
|
|
|
private String argoUrl; |
|
|
|
@Value("${argo.convert}") |
|
|
|
private String argoConvert; |
|
|
|
@Value("${argo.workflowRun}") |
|
|
|
private String argoWorkflowRun; |
|
|
|
@Value("${argo.workflowStatus}") |
|
|
|
private String argoWorkflowStatus; |
|
|
|
@Value("${argo.workflowTermination}") |
|
|
|
@@ -59,10 +53,6 @@ public class ExperimentInsServiceImpl implements ExperimentInsService { |
|
|
|
private String argoWorkflowPodLog; |
|
|
|
@Value("${argo.ins.logsLines}") |
|
|
|
private int logsLines; |
|
|
|
@Value("${minio.endpoint}") |
|
|
|
private String minioEndpoint; |
|
|
|
@Resource |
|
|
|
private NewHttpUtils httpUtils; |
|
|
|
@Resource |
|
|
|
private K8sClientUtil k8sClientUtil; |
|
|
|
@Resource |
|
|
|
|