mirror of https://github.com/k3s-io/k3s
Add kube-openapi cmd to required binaries
parent
92b81114f4
commit
cec89982b6
|
@ -61,6 +61,7 @@ REQUIRED_BINS=(
|
||||||
"github.com/client9/misspell/cmd/misspell"
|
"github.com/client9/misspell/cmd/misspell"
|
||||||
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
|
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
|
||||||
"github.com/kubernetes/repo-infra/kazel"
|
"github.com/kubernetes/repo-infra/kazel"
|
||||||
|
"k8s.io/kube-openapi/cmd/openapi-gen"
|
||||||
"./..."
|
"./..."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue