|
|
|
@@ -147,8 +147,8 @@ public class ExperimentInsController extends BaseController { |
|
|
|
@GetMapping("/pods/realtimelog") |
|
|
|
@ApiOperation("获取pod实时日志请求") |
|
|
|
public GenericsAjaxResult<String> getRealtimePodLogFromPod(@RequestParam("pod_name") String podName, |
|
|
|
@RequestParam("workspace") String workspace){ |
|
|
|
return genericsSuccess(this.experimentInsService.getRealtimePodLogFromPod(podName,workspace)); |
|
|
|
@RequestParam("namespace") String namespace){ |
|
|
|
return genericsSuccess(this.experimentInsService.getRealtimePodLogFromPod(podName,namespace)); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|