mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-11 18:10:52 -04:00
cli: add doc comments for helm
This commit is contained in:
parent
ac127db79e
commit
3cef9ee74d
3 changed files with 21 additions and 1 deletions
17
cli/internal/helm/helm.go
Normal file
17
cli/internal/helm/helm.go
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
Copyright (c) Edgeless Systems GmbH
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
/*
|
||||
Package helm provides a higher level interface to the Helm GO SDK.
|
||||
|
||||
It is used by the CLI to:
|
||||
- load embedded charts
|
||||
- install charts
|
||||
- update helm releases
|
||||
- get versions for installed helm releases
|
||||
- create local backups before running service upgrades
|
||||
*/
|
||||
package helm
|
Loading…
Add table
Add a link
Reference in a new issue