项目文件夹

文件
2026-07-13 12:08:39 +08:00

10 行
177 B
Go

package options
type HistoryOptions struct {
Name string
Namespace string
KubernetesClusterAccess *KubernetesClusterAccess
Env []string
}