| @@ -4137,7 +4137,6 @@ type PodLogsReq struct { | |||||
| } | } | ||||
| type PodsListReq struct { | type PodsListReq struct { | ||||
| ClusterName string `form:"clusterName"` | |||||
| } | } | ||||
| type PodsListResp struct { | type PodsListResp struct { | ||||
| @@ -4342,6 +4341,7 @@ type PushTaskInfoResp struct { | |||||
| } | } | ||||
| type QueryResourcesReq struct { | type QueryResourcesReq struct { | ||||
| Type string `json:"type"` | |||||
| ClusterIDs []string `json:"clusterIDs,optional"` | ClusterIDs []string `json:"clusterIDs,optional"` | ||||
| } | } | ||||
| @@ -6219,7 +6219,6 @@ type ClusterSumReqResp struct { | |||||
| } | } | ||||
| type ClustersLoadReq struct { | type ClustersLoadReq struct { | ||||
| ClusterName string `form:"clusterName"` | |||||
| } | } | ||||
| type ClustersLoadResp struct { | type ClustersLoadResp struct { | ||||