From a88d3069eb1f8f02be3cb15ac3eb38f1c192ed53 Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Thu, 23 Nov 2023 15:26:56 +0800 Subject: [PATCH] =?UTF-8?q?controller=E5=9B=BE=E8=A1=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: d11bdf17f5caee4ecf74ac0efccf8022add90cd4 --- api/desc/cloud/pcm-cloud.api | 1 - api/internal/types/types.go | 1 - 2 files changed, 2 deletions(-) diff --git a/api/desc/cloud/pcm-cloud.api b/api/desc/cloud/pcm-cloud.api index 618110ad..7d129d5e 100644 --- a/api/desc/cloud/pcm-cloud.api +++ b/api/desc/cloud/pcm-cloud.api @@ -11,7 +11,6 @@ info( type ControllerMetricsReq { Metrics []string `form:"metrics"` ParticipantId int64 `form:"participantId"` - Namespace string `form:"namespace"` Pods string `form:"pods"` Steps string `form:"steps"` Start string `form:"start"` diff --git a/api/internal/types/types.go b/api/internal/types/types.go index 1503edcc..43bf27f2 100644 --- a/api/internal/types/types.go +++ b/api/internal/types/types.go @@ -3330,7 +3330,6 @@ type ShowNodeDetailsResp struct { type ControllerMetricsReq struct { Metrics []string `form:"metrics"` ParticipantId int64 `form:"participantId"` - Namespace string `form:"namespace"` Pods string `form:"pods"` Steps string `form:"steps"` Start string `form:"start"`