1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
Source: golang-k8s-kube-openapi
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-emicklei-go-restful-dev,
golang-github-getkin-kin-openapi-dev,
golang-github-go-openapi-jsonreference-dev,
golang-github-go-openapi-swag-dev,
golang-github-google-gnostic-models-dev,
golang-github-google-go-cmp-dev,
golang-github-google-gofuzz-dev,
golang-github-google-uuid-dev,
golang-github-kubernetes-gengo-dev (>= 0.0~git20250207.1244d31-1~),
golang-github-munnerz-goautoneg-dev,
golang-github-nytimes-gziphandler-dev,
golang-github-onsi-ginkgo-v2-dev,
golang-github-spf13-pflag-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-tools-dev,
golang-gomega-dev,
golang-google-protobuf-dev,
golang-gopkg-yaml.v3-dev,
golang-k8s-klog-dev,
golang-k8s-sigs-json-dev,
golang-k8s-sigs-structured-merge-diff-dev (>= 4.4.1~),
golang-k8s-sigs-yaml-dev,
golang-k8s-utils-dev (>= 0.0~git20210629),
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-kube-openapi
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-kube-openapi.git
Homepage: https://github.com/kubernetes/kube-openapi
Rules-Requires-Root: no
XS-Go-Import-Path: k8s.io/kube-openapi
Package: golang-k8s-kube-openapi-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-emicklei-go-restful-dev,
golang-github-getkin-kin-openapi-dev,
golang-github-go-openapi-jsonreference-dev,
golang-github-go-openapi-swag-dev,
golang-github-google-gnostic-models-dev,
golang-github-google-go-cmp-dev,
golang-github-google-gofuzz-dev,
golang-github-google-uuid-dev,
golang-github-kubernetes-gengo-dev (>= 0.0~git20250207.1244d31-1~),
golang-github-munnerz-goautoneg-dev,
golang-github-nytimes-gziphandler-dev,
golang-github-onsi-ginkgo-v2-dev,
golang-github-spf13-pflag-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-tools-dev,
golang-gomega-dev,
golang-google-protobuf-dev,
golang-gopkg-yaml.v3-dev,
golang-k8s-klog-dev,
golang-k8s-sigs-json-dev,
golang-k8s-sigs-structured-merge-diff-dev (>= 4.4.1~),
golang-k8s-sigs-yaml-dev,
golang-k8s-utils-dev (>= 0.0~git20210629),
${misc:Depends},
Description: 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.
Package: kube-openapi
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Description: 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.
|