【修改】k8s 配置

This commit is contained in:
PandaGoAdmin
2022-01-22 17:07:04 +08:00
parent c6ebe89865
commit 33cc74711d
439 changed files with 9936 additions and 21687 deletions

View File

@@ -0,0 +1,6 @@
package k8s
type RemovePodsData struct {
Namespace string `json:"namespace" binding:"required"`
PodName string `json:"podName" binding:"required"`
}