containerized-data-importer/vendor/sigs.k8s.io/controller-runtime/pkg/cache
akalenyu ab1571579e
Bump controller runtime to avoid mistakenly defaulting to wrong mapper (#2896)
* Bump controller runtime to avoid mistakenly defaulting to wrong mapper

Today, controller runtime mistakenly ignores the inherited Manager default
dynamic mapper and uses a discovery mapper instead:
https://github.com/kubernetes-sigs/controller-runtime/pull/2491
This means that if some CRD was not available on the cdi-controller startup,
Even if it got installed after, we would still get IsNoMatch when trying to access it.

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* Bump k8s deps to 1.26.10

Aligned with https://github.com/kubernetes-sigs/controller-runtime/pull/2559

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

---------

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2023-11-09 21:39:29 +01:00
..
internal Bump controller runtime to avoid mistakenly defaulting to wrong mapper (#2896) 2023-11-09 21:39:29 +01:00
BUILD.bazel update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
cache.go Bump controller runtime to avoid mistakenly defaulting to wrong mapper (#2896) 2023-11-09 21:39:29 +01:00
doc.go k8s client upgrade to 1.16 (#1079) 2020-01-14 13:43:17 +01:00
informer_cache.go update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
multi_namespace_cache.go Bump controller runtime to avoid mistakenly defaulting to wrong mapper (#2896) 2023-11-09 21:39:29 +01:00