diff --git a/shell/app/modules/org/common/audit-templates.json b/shell/app/modules/org/common/audit-templates.json index 5866d14018..ec5667a07a 100644 --- a/shell/app/modules/org/common/audit-templates.json +++ b/shell/app/modules/org/common/audit-templates.json @@ -1893,6 +1893,17 @@ "en": "" } }, + "killPod": { + "desc": "删除 Pod", + "success": { + "zh": "在 [@workspace] 环境的应用 [@projectName](project) / [@appName](app) 中,成功删除了运行时 [@runtime] 的 Pod 实例 [@podName]", + "en": "Successfully deleted the Pod instance [@podName] of runtime [@runtime] in the [@projectName](project) / [@appName](app) app under the [@workspace] environment" + }, + "fail": { + "zh": "", + "en": "" + } + }, "archiveTestPlan": { "desc": "测试计划归档", "success": {