mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
Replace deprecated logging and wait APIs with their context-aware alternatives in pkg/controlplane/controller/leaderelection/: - utilruntime.HandleCrash -> HandleCrashWithContext - utilruntime.HandleError -> HandleErrorWithContext - cache.WaitForCacheSync -> WaitForNamedCacheSyncWithContext - wait.Until -> wait.UntilWithContext Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>