cli: add doc comments for helm

This commit is contained in:
Otto Bittner 2023-03-03 12:43:33 +01:00
parent ac127db79e
commit 3cef9ee74d
3 changed files with 21 additions and 1 deletions

17
cli/internal/helm/helm.go Normal file
View 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