Registry / cloud / jenkins-x-jx-kube-client-v3

jenkins-x-jx-kube-client-v3

JSON →
library3.0.10gogounverified

Kubernetes client utilities for Jenkins X.

go get github.com/jenkins-x/jx-kube-client/v3
INSTALL
IMPORT
SIG · JENKINS-X-JX-KUBE-
J
jenkins-x-jx-kube-client-v3
cloudgov3.0.10
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.

jxkubeclient
github.com/jenkins-x/jx-kube-client/v3

Create a Kubernetes client in-cluster

package main import ( "fmt" "github.com/jenkins-x/jx-kube-client/v3" ) func main() { client, err := jxkubeclient.NewClientInCluster("") if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.10latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
jenkins-x-jx-kube-client-v3 — go get jenkins-x-jx-kube-client-v3 · libregistry