Files
portainer--portainer/pkg/libhelm/options/history_options.go
T
2026-07-13 12:08:39 +08:00

10 lines
177 B
Go

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