Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.41 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.41 KB

Go Reference CircleCI

helmclient

Package helmclient implements Helm related primitives to work against helm releases. Currently supports Helm 3.

Branches

  • main
    • Latest version using Helm 3.
  • helm2
    • Legacy support for Helm 2.

Interface

See helmclient.Interface in spec.go for supported methods.

Getting Project

Clone the git repository: https://github.com/giantswarm/helmclient.git

How to build

Build it using the standard go build command.

go build github.com/giantswarm/helmclient

Contact

Contributing & Reporting Bugs

See CONTRIBUTING for details on submitting patches, the contribution workflow as well as reporting bugs.

License

helmclient is under the Apache 2.0 license. See the LICENSE file for details.