admiraltyio / admiralty

A system of Kubernetes controllers that intelligently schedules workloads across clusters.
https://admiralty.io
Apache License 2.0
673 stars 87 forks source link

change wait.ErrWaitTimeout method to wait.Interrupted() as wait.ErrWaitTimeout was deprecated #190

Closed Parthiba-Hazra closed 1 year ago

Parthiba-Hazra commented 1 year ago

https://github.com/admiraltyio/admiralty/blob/1c8f37843e3bf1505de1a68ee518739c1c49d956/cmd/agent/main.go#L328

adrienjt commented 1 year ago

Thank you @Parthiba-Hazra!