-
Notifications
You must be signed in to change notification settings - Fork 88
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
879ecbb
commit 2c7f7ab
Showing
12 changed files
with
118 additions
and
122 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,11 +27,11 @@ VERSIONS=(v1beta1) | |
|
||
echo "Installing code generators ..." | ||
go install -v \ | ||
k8s.io/code-generator/cmd/[email protected].1 \ | ||
k8s.io/code-generator/cmd/[email protected].1 \ | ||
k8s.io/code-generator/cmd/[email protected].1 | ||
go install -v k8s.io/kube-openapi/cmd/[email protected]20240903163716-9e1beecbcb38 | ||
go install -v sigs.k8s.io/controller-tools/cmd/[email protected].3 | ||
k8s.io/code-generator/cmd/[email protected].3 \ | ||
k8s.io/code-generator/cmd/[email protected].3 \ | ||
k8s.io/code-generator/cmd/[email protected].3 | ||
go install -v k8s.io/kube-openapi/cmd/[email protected]20241105132330-32ad38e42d3f | ||
go install -v sigs.k8s.io/controller-tools/cmd/[email protected].5 | ||
|
||
cd "$(dirname "$0")" | ||
|
||
|
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.