Package: wnpp Severity: wishlist Owner: Jérémy Lal <kapo...@melix.org> X-Debbugs-Cc: debian-devel@lists.debian.org, Debian Go Packaging Team <team+pkg...@tracker.debian.org>
* Package name : golang-k8s-client-go Version : 0.29.0 Upstream Contact: https://github.com/kubernetes/client-go/issues * URL : https://github.com/kubernetes/client-go * License : Apache-2.0 Programming Lang: Golang Description : Go client for Kubernetes Go clients for talking to a kubernetes cluster. * The kubernetes package contains the clientset to access Kubernetes API. * The discovery package is used to discover APIs supported by a Kubernetes API server. * The dynamic package contains a dynamic client that can perform generic operations on arbitrary Kubernetes API objects. * The plugin/pkg/client/auth packages contain optional authentication plugins for obtaining credentials from external sources. * The transport package is used to set up auth and start a connection. * The tools/cache package is useful for writing controllers. This package will be published in go-team. It is needed by kubernetes, and other projects like receptor, which is a controller for awx.