From b61842d80bc355ddeeb74de1adc80568549819c1 Mon Sep 17 00:00:00 2001 From: jagger Date: Wed, 4 Jun 2025 19:46:26 +0800 Subject: [PATCH] fix bug Signed-off-by: jagger --- internal/types/types.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/types/types.go b/internal/types/types.go index 2fa2167b..018ca64a 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -4137,7 +4137,6 @@ type PodLogsReq struct { } type PodsListReq struct { - ClusterName string `form:"clusterName"` } type PodsListResp struct { @@ -4342,6 +4341,7 @@ type PushTaskInfoResp struct { } type QueryResourcesReq struct { + Type string `json:"type"` ClusterIDs []string `json:"clusterIDs,optional"` } @@ -6219,7 +6219,6 @@ type ClusterSumReqResp struct { } type ClustersLoadReq struct { - ClusterName string `form:"clusterName"` } type ClustersLoadResp struct {