Fix openapi serving

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
Mikkel Oscar Lyderik Larsen
2020-10-27 10:25:40 +01:00
parent 2e09132f95
commit c732851b6b
7 changed files with 14154 additions and 4 deletions

6
hack/tools.go Normal file
View File

@ -0,0 +1,6 @@
// +build tools
// This package imports things required by build scripts, to force `go mod` to see them as dependencies
package tools
import _ "k8s.io/kube-openapi/cmd/openapi-gen"