Merge pull request #7489 from ywk253100/240229_lib

Bump up the versions of several Kubernetes-related libs
This commit is contained in:
Wenkai Yin(尹文开)
2024-03-12 16:12:56 +08:00
committed by GitHub
70 changed files with 335 additions and 403 deletions
@@ -90,7 +90,7 @@ func (r *restoreOperationsReconciler) SetupWithManager(mgr ctrl.Manager) error {
})
return ctrl.NewControllerManagedBy(mgr).
For(&velerov1api.Restore{}, builder.WithPredicates(kube.FalsePredicate{})).
Watches(s, nil, builder.WithPredicates(gp)).
WatchesRawSource(s, nil, builder.WithPredicates(gp)).
Complete(r)
}