-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bala.FA <[email protected]>
- Loading branch information
1 parent
c657af7
commit f56f23f
Showing
11 changed files
with
143 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,25 +27,25 @@ VERSIONS=(v1beta1) | |
|
||
function install_code_generator() { | ||
if [ ! -x "$GOPATH/bin/deepcopy-gen" ]; then | ||
go install -v k8s.io/code-generator/cmd/[email protected].6 | ||
go install -v k8s.io/code-generator/cmd/[email protected].9 | ||
fi | ||
|
||
if [ ! -x "$GOPATH/bin/openapi-gen" ]; then | ||
go install -v k8s.io/code-generator/cmd/[email protected].6 | ||
go install -v k8s.io/code-generator/cmd/[email protected].9 | ||
fi | ||
|
||
if [ ! -x "$GOPATH/bin/client-gen" ]; then | ||
go install -v k8s.io/code-generator/cmd/[email protected].6 | ||
go install -v k8s.io/code-generator/cmd/[email protected].9 | ||
fi | ||
|
||
if [ ! -x "$GOPATH/bin/conversion-gen" ]; then | ||
go install -v k8s.io/code-generator/cmd/[email protected].6 | ||
go install -v k8s.io/code-generator/cmd/[email protected].9 | ||
fi | ||
} | ||
|
||
function install_controller_tools() { | ||
if [ ! -x "$GOPATH/bin/controller-gen" ]; then | ||
go install -v sigs.k8s.io/controller-tools/cmd/controller-gen@v0.15.0 | ||
go install -v sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.3 | ||
fi | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.