Add kube-openapi cmd to required binaries

pull/8/head
Haowei Cai 2018-07-10 17:51:31 -07:00
parent 92b81114f4
commit cec89982b6
1 changed files with 1 additions and 0 deletions

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"
"./..."
)