Registry /
cloud / jenkins-x-jx-kube-client-v3
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.