-
Notifications
You must be signed in to change notification settings - Fork 867
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to 0.26.11 and possible fix for new crd properties
Signed-off-by: Zach Aller <[email protected]>
- Loading branch information
Showing
13 changed files
with
244 additions
and
138 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ go_mod_install k8s.io/code-generator/cmd/lister-gen | |
go_mod_install k8s.io/kube-openapi/cmd/openapi-gen | ||
|
||
# controller-gen is run by ./hack/gen-crd-spec to generate the CRDs | ||
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.12.1 | ||
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0 | ||
|
||
# swagger cli is used to generate swagger docs | ||
go install github.com/go-swagger/go-swagger/cmd/[email protected] | ||
|
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.