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