mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
【修改】k8s 配置
This commit is contained in:
6
apps/devops/entity/k8s/pod.go
Normal file
6
apps/devops/entity/k8s/pod.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package k8s
|
||||
|
||||
type RemovePodsData struct {
|
||||
Namespace string `json:"namespace" binding:"required"`
|
||||
PodName string `json:"podName" binding:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user