golang-k8s-kube-openapi 0.0~git20211014.b3fe75c-2ubuntu1.1 source package in Ubuntu

Changelog

golang-k8s-kube-openapi (0.0~git20211014.b3fe75c-2ubuntu1.1) lunar-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Wed, 17 Jan 2024 15:47:27 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar updates universe misc
Lunar security universe misc

Downloads

File Size SHA-256 Checksum
golang-k8s-kube-openapi_0.0~git20211014.b3fe75c.orig.tar.xz 313.4 KiB 637714bc0f4e0ce7af2a999d62eac22eaf8560c90adba4edc17a12536c51b5ed
golang-k8s-kube-openapi_0.0~git20211014.b3fe75c-2ubuntu1.1.debian.tar.xz 3.7 KiB baa76176a759da0b64ab619286e389432b67229ebf5f5e016444a770dcb4ec7d
golang-k8s-kube-openapi_0.0~git20211014.b3fe75c-2ubuntu1.1.dsc 3.1 KiB 9a36b6c6f5f8e9d79b153bc2edee841f5db4c916cd39e011887b6515ed74cc44

View changes file

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