-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gke): allow synchronous cluster teardown #491
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
Codecov ReportBase: 6.73% // Head: 6.58% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #491 +/- ##
========================================
- Coverage 6.73% 6.58% -0.16%
========================================
Files 8 8
Lines 1218 1246 +28
========================================
Hits 82 82
- Misses 1131 1159 +28
Partials 5 5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
DeleteCluster
operation is asynchronous therefore we need to poll the operation status to tell if it's done.Should resolve #485.