golang-k8s-client-go 0.29.0-2 source package in Ubuntu

Changelog

golang-k8s-client-go (0.29.0-2) unstable; urgency=medium

  * Source-only upload 

 -- Jérémy Lal <email address hidden>  Sun, 07 Jan 2024 02:40:15 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-k8s-client-go_0.29.0-2.dsc 3.0 KiB 1656641dea84d202dcc64c7760a7ac330eadf3db132d71fa11f4cb1c2a244489
golang-k8s-client-go_0.29.0.orig.tar.gz 1.4 MiB 8a8d0d588bbdecb6744ab6f94ed5a3bc60ed27bf04bf08c9da7e3f044a4938bf
golang-k8s-client-go_0.29.0-2.debian.tar.xz 3.2 KiB b9eb4a476197f19b7b6d6c5a0baa5693ac60c52cb18fc1f1481fbd6d77888ea1

Available diffs

No changes file available.

Binary packages built by this source

golang-k8s-client-go-dev: Go client for Kubernetes (library)

 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.