-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update k8s to v1.27 and kustomize to v5
Changes made due to breaking changes in controller-runtime: * `Watches` accepts a plain `client.Object` instead of a `source.Kind` object. * Some fields in `controller.Options` are now in `config.Controller` which is embedded in `controller.Options`. * `handler.MapFunc` now accepts a context. * `ctrlcache.Options` uses `ByObject` instead of `SelectorByObject`. Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
- Loading branch information
1 parent
9204d81
commit a987419
Showing
7 changed files
with
191 additions
and
495 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
Oops, something went wrong.