Skip to content

Commit

Permalink
chore: add kill pod audit template
Browse files Browse the repository at this point in the history
chore: add kill pod audit template
  • Loading branch information
iutx authored Jan 17, 2025
1 parent 839ba8b commit e684ce1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions shell/app/modules/org/common/audit-templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e684ce1

Please sign in to comment.