mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
8 lines
237 B
Go
8 lines
237 B
Go
package options
|
|
|
|
// UninstallOptions are portainer supported options for `helm uninstall`
|
|
type UninstallOptions struct {
|
|
Name string
|
|
Namespace string
|
|
KubernetesClusterAccess *KubernetesClusterAccess
|
|
}
|