-
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
0cce563
commit 0f66115
Showing
10 changed files
with
260 additions
and
242 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
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].0 | ||
go install -v k8s.io/code-generator/cmd/[email protected].2 | ||
fi | ||
|
||
if [ ! -x "$GOPATH/bin/openapi-gen" ]; then | ||
go install -v k8s.io/code-generator/cmd/[email protected].0 | ||
go install -v k8s.io/code-generator/cmd/[email protected].2 | ||
fi | ||
|
||
if [ ! -x "$GOPATH/bin/client-gen" ]; then | ||
go install -v k8s.io/code-generator/cmd/[email protected].0 | ||
go install -v k8s.io/code-generator/cmd/[email protected].2 | ||
fi | ||
|
||
if [ ! -x "$GOPATH/bin/conversion-gen" ]; then | ||
go install -v k8s.io/code-generator/cmd/[email protected].0 | ||
go install -v k8s.io/code-generator/cmd/[email protected].2 | ||
fi | ||
} | ||
|
||
function install_controller_tools() { | ||
if [ ! -x "$GOPATH/bin/controller-gen" ]; then | ||
go install -v sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0 | ||
go install -v sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 | ||
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.