mirror of
https://github.com/portainer/portainer.git
synced 2025-07-31 03:09:44 +02:00
feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138)
* import libhelm and update some paths * remove file * update readme
This commit is contained in:
parent
9cdc0da615
commit
4fee359247
29 changed files with 1328 additions and 0 deletions
8
pkg/libhelm/options/uninstall_options.go
Normal file
8
pkg/libhelm/options/uninstall_options.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package options
|
||||
|
||||
// UninstallOptions are portainer supported options for `helm uninstall`
|
||||
type UninstallOptions struct {
|
||||
Name string
|
||||
Namespace string
|
||||
KubernetesClusterAccess *KubernetesClusterAccess
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue