forked from opendatahub-io/opendatahub-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade: controller-runtime and code change accordingly (opendatahub-…
…io#1189) * upgrade: controller-runtime and code change accordingly - the current controller-runtime 0.14.6 does not support new featurs: - uplift controller-runtime to v0.17.5 which is the last support go 1.21 - update Watches() to match 0.17.5 - webhook in the new 0.16.3 does not use method InjectDecoder InjectClient, updates - remove MWC since we are not using it for now - cleanup old go.mod, remove unnecessary replacement - some formatting for SetupWithManager() - add missing "get" on console Signed-off-by: Wen Zhou <wenzhou@redhat.com> * update: remove webhook not necessary change out from this scope - change are needed for working with runtime 0.17.5 still requires here - InjectDecoder is removed from 0.17.5 - formatting changes in DSCI and DSC controller - clean up some replace in go.mod Signed-off-by: Wen Zhou <wenzhou@redhat.com> --------- Signed-off-by: Wen Zhou <wenzhou@redhat.com>
- Loading branch information
Showing
18 changed files
with
388 additions
and
2,198 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1062,6 +1062,7 @@ rules: | |
- consoles | ||
verbs: | ||
- delete | ||
- get | ||
- list | ||
- patch | ||
- watch | ||
|
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
Oops, something went wrong.