Add kube-openapi cmd to required binaries

This commit is contained in:
Haowei Cai 2018-07-10 17:51:31 -07:00
parent 92b81114f4
commit cec89982b6

View File

@ -61,6 +61,7 @@ REQUIRED_BINS=(
"github.com/client9/misspell/cmd/misspell"
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
"github.com/kubernetes/repo-infra/kazel"
"k8s.io/kube-openapi/cmd/openapi-gen"
"./..."
)