mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 11:06:04 +00:00
c614b57a63
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
8 lines
83 B
Go
8 lines
83 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "k8s.io/kube-openapi/cmd/openapi-gen"
|
|
)
|