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