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

Changelog

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

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

 -- Nishit Majithia <email address hidden>  Tue, 23 Jan 2024 09:37:14 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic 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-2ubuntu2.1.debian.tar.xz 3.8 KiB 1d12c525082afc5a00de515ac51a6a213fbf7ba78bcdb367d5aa79554a4a4ec4
golang-k8s-kube-openapi_0.0~git20211014.b3fe75c-2ubuntu2.1.dsc 3.1 KiB 8032d01fd1a7e058170695a740c46965563b4608575ccdb6718737ea41a6dce4

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