giantswarm / helmclient

Implements helm-related primitives to work against tiller

Home Page:https://godoc.org/github.com/giantswarm/helmclient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Reference CircleCI

helmclient

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

Branches

  • master
    • 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.

About

Implements helm-related primitives to work against tiller

https://godoc.org/github.com/giantswarm/helmclient

License:Apache License 2.0


Languages

Language:Go 93.2%Language:Makefile 6.8%