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

Changelog

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

  * Team upload.
  * Add testdata to DH_GOLANG_INSTALL_EXTRA
  * Skip failed json marshal tests with Go1.22

 -- Shengjing Zhu <email address hidden>  Thu, 29 Feb 2024 19:09:49 +0800

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-2.dsc 2.8 KiB f9c4e68deb13629e33d1365594602b608370efcf7df004a9a4c3d7e7c841e2a8
golang-k8s-kube-openapi_0.0~git20231214.ab13479.orig.tar.gz 2.4 MiB 5a356ae0247c20034b70987ec26f7ced1d5b18d987f1baa33d6f9b72962c035d
golang-k8s-kube-openapi_0.0~git20231214.ab13479-2.debian.tar.xz 4.7 KiB bccbd2d7042221d18db2e52da7cd0d925ee05656976646907ab0ccaf0eec86ff

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