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

Changelog

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

  * Team upload.
  * Backport upstream test timeout patch (Closes: #1064362)
    - https://github.com/kubernetes/kube-openapi/pull/453

 -- Tianon Gravi <email address hidden>  Mon, 13 May 2024 00:01:06 -0700

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
golang-k8s-kube-openapi_0.0~git20231214.ab13479-3.dsc 3.2 KiB ebe004dbf390791dcee3869d2c803736b5cd9ca004c93e9bfa2f87ae3202a5a9
golang-k8s-kube-openapi_0.0~git20231214.ab13479.orig.tar.gz 2.4 MiB 5a356ae0247c20034b70987ec26f7ced1d5b18d987f1baa33d6f9b72962c035d
golang-k8s-kube-openapi_0.0~git20231214.ab13479-3.debian.tar.xz 5.0 KiB 5e7972cbbe901e8fec8b6d045e6e501a758e781a1f2927f5d3ead0c1bddec8c2

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