golang-k8s-kube-openapi 0.0~git20211014.b3fe75c-2ubuntu0.22.04.2 source package in Ubuntu

Changelog

golang-k8s-kube-openapi (0.0~git20211014.b3fe75c-2ubuntu0.22.04.2) jammy-security; urgency=medium

  * No change build due to golang-1.18 update

 -- Nishit Majithia <email address hidden>  Tue, 02 May 2023 14:16:29 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc
Jammy 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-2ubuntu0.22.04.2.debian.tar.xz 3.7 KiB bf693fa8740559c05bf916de1b5a39b44066e392f900772d66b0e49c93f5e302
golang-k8s-kube-openapi_0.0~git20211014.b3fe75c-2ubuntu0.22.04.2.dsc 3.1 KiB 5d3a3d45de590515976270f0bcb1c6b468297415fc5f59433b56fa19d07406c4

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