You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// DeleteCollection does a "list" operation to get the resources to delete, which by default does a strongly consistent read of the most recent version.
840
+
// This can be slow for Kubernetes versions before 1.34, so we set resourceVersion=0 to relax consistency and tell the k8s API to return any resource version.
841
+
// It's possible for this to miss some resources, but those should be GC'd when the parent workflow is deleted.
0 commit comments