mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-22 02:22:15 -04: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> |
||
|---|---|---|
| .. | ||
| election.go | ||
| election_test.go | ||
| leaderelection_controller.go | ||
| leaderelection_controller_test.go | ||
| leasecandidategc_controller.go | ||
| leasecandidategc_controller_test.go | ||
| OWNERS | ||
| run_with_leaderelection.go | ||