portainer/portainer

View on GitHub
pkg/libhelm/options/uninstall_options.go

Summary

Maintainability
A
0 mins
Test Coverage
package options

// UninstallOptions are portainer supported options for `helm uninstall`
type UninstallOptions struct {
    Name                    string
    Namespace               string
    KubernetesClusterAccess *KubernetesClusterAccess

    Env []string
}