Registry / cli / kubernetes-helm

kubernetes-helm

JSON →
library2.17.0+incompatiblegogounverified

Helm is a package manager for Kubernetes that simplifies deploying and managing applications on Kubernetes clusters.

go get github.com/kubernetes/helm
INSTALL
IMPORT
SIG · KUBERNETES-HELM
K
kubernetes-helm
cligov2.17.0+incompatible
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.

helm
github.com/kubernetes/helm

Initialize a Helm client and list releases

package main import ( "fmt" "github.com/kubernetes/helm/pkg/helm" ) func main() { client := helm.NewClient(helm.Host("localhost:44134")) fmt.Println(client.ListReleases()) }
Debug
Known issues
breakingVersion 2.x is deprecated; upgrade to Helm v3 for current support.
fix
Migrate to Helm v3 (github.com/helm/helm/v3) which removes Tiller and uses a different API.
affects: >=2.0.0 <3.0.0
Upgrade
Version history
2.17.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
kubernetes-helm — go get kubernetes-helm · libregistry