Browse Source

fix bug

Signed-off-by: jagger <cossjie@foxmail.com>
pull/489/head
jagger 5 months ago
parent
commit
b61842d80b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      internal/types/types.go

+ 1
- 2
internal/types/types.go View File

@@ -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 {


Loading…
Cancel
Save