portainer/api/pkg/libhelm/options/uninstall_options.go

9 lines
237 B
Go
Raw Normal View History

2022-11-30 01:25:47 +00:00
package options
// UninstallOptions are portainer supported options for `helm uninstall`
type UninstallOptions struct {
Name string
Namespace string
KubernetesClusterAccess *KubernetesClusterAccess
}