mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-04 02:51:32 +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"`
|
|
}
|