mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-15 11:43:33 +00:00
The change introduced in 59cd1d0b3bb378f40a639e21b615f4df1d4a5a14 causes PollUntilContextTimeout to call the condition function even when the context is canceled already. This is unnecessary in our case and only leads to one extra loop of processing and extra error messages. This change makes the renew loop behave like it did before the change. Kubernetes-commit: aa494f8174d745c3d9842f3d48272a3c2d6dcbcc