mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 19:08:35 +08:00
7 lines
156 B
Go
7 lines
156 B
Go
package k8s
|
|
|
|
type RemovePodsData struct {
|
|
Namespace string `json:"namespace" binding:"required"`
|
|
PodName string `json:"podName" binding:"required"`
|
|
}
|