mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
7 lines
149 B
Go
7 lines
149 B
Go
package k8s
|
|
|
|
type SecretsData struct {
|
|
Namespace string `json:"namespace" binding:"required"`
|
|
Name string `json:"name" binding:"required"`
|
|
}
|