Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kubernetes to v1.27 and Kustomize to v5 #850

Merged
merged 1 commit into from
May 23, 2023
Merged

Commits on May 23, 2023

  1. 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>
    aryan9600 authored and stefanprodan committed May 23, 2023
    Configuration menu
    Copy the full SHA
    74f0da8 View commit details
    Browse the repository at this point in the history