Registry / cloud / mittwald-go-helm-client

mittwald-go-helm-client

JSON →
library0.13.1gogounverified

A Go client library for interacting with Helm, the Kubernetes package manager.

go get github.com/mittwald/go-helm-client
INSTALL
IMPORT
SIG · MITTWALD-GO-HELM-C
M
mittwald-go-helm-client
cloudgov0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

helmclient
github.com/mittwald/go-helm-client

Create a Helm client and list deployed releases.

package main import ( "github.com/mittwald/go-helm-client" ) func main() { client, err := helmclient.NewClient(&helmclient.Options{}) if err != nil { panic(err) } _, _ = client.ListDeployedReleases() }
Debug
Known issues
breakingRequires Helm v3; not compatible with Helm v2.
fix
Ensure Helm v3 is installed and configured.
affects: >=0.10.0
Upgrade
Version history
0.13.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
mittwald-go-helm-client — go get mittwald-go-helm-client · libregistry