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

View file

@ -36,7 +36,7 @@ const (
DenyDestructive = false
)
// Client handles interaction with helm.
// Client handles interaction with helm and the cluster.
type Client struct {
config *action.Configuration
kubectl crdClient