Skip to content

Commit

Permalink
add missing import required by build scripts
Browse files Browse the repository at this point in the history
Kubernetes-commit: 9618bfcada684dd795df7987dd1636d765184a03
  • Loading branch information
carlory authored and k8s-publishing-bot committed Aug 13, 2019
1 parent 5654a2f commit a068a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
_ "k8s.io/code-generator/cmd/import-boss"
_ "k8s.io/code-generator/cmd/informer-gen"
_ "k8s.io/code-generator/cmd/lister-gen"
_ "k8s.io/code-generator/cmd/openapi-gen"
_ "k8s.io/code-generator/cmd/register-gen"
_ "k8s.io/code-generator/cmd/set-gen"
)

0 comments on commit a068a6c

Please sign in to comment.