portainer/pkg/libhelm/options/history_options.go

10 lines
177 B
Go

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