portainer/pkg/libhelm
Matt Hook e255bd710f
chore(golang) remove api pkg and go mod tidy (#8474)
* remove this.  It exists and should be in the top level directory

* go mod tidy
2023-02-10 16:48:53 +13:00
..
binary
libhelmtest
options
release
time
LICENSE
README.md
go.mod chore(golang) remove api pkg and go mod tidy (#8474) 2023-02-10 16:48:53 +13:00
go.sum chore(golang) remove api pkg and go mod tidy (#8474) 2023-02-10 16:48:53 +13:00
helm.go
manager.go
validate_repo.go
validate_repo_test.go

README.md

LibHelm

A helm abstraction for Portainer.

Installation

go get github.com/portainer/portainer/pkg/libhelm

Tests

Integration

INTEGRATION_TEST=1 go test binary/*.go