containerized-data-importer/vendor/k8s.io
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
..
api Bump controller runtime to avoid mistakenly defaulting to wrong mapper (#2896) 2023-11-09 21:39:29 +01:00
apiextensions-apiserver update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
apimachinery Bump controller runtime to avoid mistakenly defaulting to wrong mapper (#2896) 2023-11-09 21:39:29 +01:00
apiserver update deps and bazel (#1815) 2021-06-08 01:31:59 +02:00
client-go Bump controller runtime to avoid mistakenly defaulting to wrong mapper (#2896) 2023-11-09 21:39:29 +01:00
cluster-bootstrap initial bazelification of CDI (#986) 2019-10-15 15:55:44 -04:00
code-generator update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
component-base bump k8s.io/client-go dep for discovery client fixes (#2855) 2023-08-23 03:08:31 +02:00
component-helpers update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
gengo update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
klog/v2 Update golang to 1.20.7 (#2884) 2023-09-03 18:23:35 +02:00
kube-aggregator update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
kube-openapi Update golang to 1.20.7 (#2884) 2023-09-03 18:23:35 +02:00
utils Update golang to 1.20.7 (#2884) 2023-09-03 18:23:35 +02:00