pkg
pkg copied to clipboard
ssa: Skip suspended resources from wait result errors
Fix: https://github.com/fluxcd/flux2/discussions/4738
Found some issue with this approach, since we remove the suspended resources from the result, this means wait has to reach the timeout. We need to find a way to filter the objects before passing them to the wait function... but without DDoS-ing the API and make new queries for each resource.