Serve openapi spec

This commit is contained in:
Johannes Würbach 2020-09-27 21:43:35 +02:00
parent 47a5ed8047
commit 1d44cbbbb8
No known key found for this signature in database
GPG key ID: 74DB0F4D956CCCE3
5 changed files with 14114 additions and 6 deletions

6
go.mod
View file

@ -4,12 +4,11 @@ go 1.13
require (
github.com/NYTimes/gziphandler v1.0.1 // indirect
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/go-openapi/spec v0.19.8
github.com/imdario/mergo v0.3.8 // indirect
github.com/kubernetes-incubator/custom-metrics-apiserver v0.0.0-20201023074945-51cc7b53320e
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.7.0
github.com/pkg/errors v0.9.0 // indirect
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.10.0
github.com/spf13/cobra v1.0.0
@ -17,10 +16,13 @@ require (
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.18.5
k8s.io/apimachinery v0.18.5
k8s.io/apiserver v0.18.5
k8s.io/client-go v0.18.5
k8s.io/component-base v0.18.5
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
k8s.io/metrics v0.18.5
k8s.io/sample-apiserver v0.18.5
sigs.k8s.io/metrics-server v0.3.7-0.20200925134111-c39853110962
)