{"id":53717,"library":"ericchiang-k8s","title":"Kubernetes Go Client","description":"Package k8s implements a Kubernetes client for Go.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/ericchiang/k8s","tags":["kubernetes","k8s","client","orchestration"],"install":[{"cmd":"go get github.com/ericchiang/k8s","lang":"bash","label":"Install github.com/ericchiang/k8s"}],"dependencies":[],"imports":[{"symbol":"k8s","correct":"github.com/ericchiang/k8s"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/ericchiang/k8s\"\n)\n\nfunc main() {\n\tclient, err := k8s.NewInClusterClient()\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tpods := &k8s.PodList{}\n\terr = client.List(context.Background(), \"\", pods)\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfmt.Println(pods)\n}","lang":"go","description":"List pods using Kubernetes client"},"warnings":[],"env_vars":null,"search_vec":"'client':3,9,14 'go':2,11 'implement':6 'k8s':5,13 'kubernet':1,8,12 'orchestr':15 'packag':4","created_at":"2026-06-15T07:51:51.276042+00:00","updated_at":"2026-06-15T07:51:51.276042+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ericchiang/k8s","github":"https://github.com/ericchiang/k8s","docs":"https://pkg.go.dev/github.com/ericchiang/k8s#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}