Files
portainer/pkg/libhelm/options/uninstall_options.go
T
2023-04-14 15:51:11 +12:00

11 lines
252 B
Go

package options
// UninstallOptions are portainer supported options for `helm uninstall`
type UninstallOptions struct {
Name string
Namespace string
KubernetesClusterAccess *KubernetesClusterAccess
Env []string
}