golang-k8s-kube-openapi 0.0~git20231214.ab13479-1 source package in Ubuntu

Changelog

golang-k8s-kube-openapi (0.0~git20231214.ab13479-1) unstable; urgency=medium

  * Team upload.
  * Upstream update. 
  * control: update dependencies
  * drop go-protobuf, replaced by google-protobuf
  * patches to fix compatibility issues with debian dependencies and tests
  * do not install builder3
  * dh_auto_test: use hooks to setup/teardown files

 -- Jérémy Lal <email address hidden>  Fri, 29 Dec 2023 12:18:58 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-k8s-kube-openapi_0.0~git20231214.ab13479-1.dsc 3.2 KiB 37fb3cf5eb151719a2e0b97360ba7ca61a556ad61729438b2ed8bb67e85ebb85
golang-k8s-kube-openapi_0.0~git20231214.ab13479.orig.tar.gz 2.4 MiB 5a356ae0247c20034b70987ec26f7ced1d5b18d987f1baa33d6f9b72962c035d
golang-k8s-kube-openapi_0.0~git20231214.ab13479-1.debian.tar.xz 4.4 KiB 2628f1ca1ec08958f7f2d9dba390d89b81574c292e908233c8d42bcea486cd40

No changes file available.

Binary packages built by this source

golang-k8s-kube-openapi-dev: Kubernetes OpenAPI spec generation & serving (library)

 Kube OpenAPI This repo is the home for Kubernetes OpenAPI discovery
 spec generation. The goal is to support a subset of OpenAPI features
 to satisfy kubernetes use-cases but implement that subset with little
 to no assumption about the structure of the code or routes. Thus, there
 should be no kubernetes specific code in this repo.
 .
 There are two main parts:
  - A model generator that goes through .go files, find and generate model
 definitions.
  - The spec generator that is responsible for dynamically generate
 the final OpenAPI spec using web service routes or combining
 other OpenAPI/Json specs. Contributing Please see CONTRIBUTING.md
 (CONTRIBUTING.md) for instructions on how to contribute.

kube-openapi: Kubernetes OpenAPI spec generation & serving (program)

 Kube OpenAPI This repo is the home for Kubernetes OpenAPI discovery
 spec generation. The goal is to support a subset of OpenAPI features
 to satisfy kubernetes use-cases but implement that subset with little
 to no assumption about the structure of the code or routes. Thus, there
 should be no kubernetes specific code in this repo.
 .
 There are two main parts:
  - A model generator that goes through .go files, find and generate model
 definitions.
  - The spec generator that is responsible for dynamically generate
 the final OpenAPI spec using web service routes or combining
 other OpenAPI/Json specs. Contributing Please see CONTRIBUTING.md
 (CONTRIBUTING.md) for instructions on how to contribute.

kube-openapi-dbgsym: debug symbols for kube-openapi