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

Changelog

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

  * No change rebuild to bump version number

 -- Eduardo Barretto <email address hidden>  Wed, 15 Feb 2023 11:54:01 +0100

Upload details

Uploaded by:
Eduardo Barretto
Sponsored by:
Marc Deslauriers
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release 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.debian.tar.xz 3.6 KiB 17a6e7f4bcc351e4ab96ddd7bbe2de1e1e59243f0cfcc6f125575fa8e8190614
golang-k8s-kube-openapi_0.0~git20211014.b3fe75c-2ubuntu1.dsc 3.2 KiB a79b500f1d9242659d0a8ad5d1a3b7f62678997368b7f31983de8348ba4d261b

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