alekc / terraform-provider-kubectl

Mozilla Public License 2.0
160 stars 9 forks source link

feat: Added delete cascade input #165

Closed stevehipwell closed 1 month ago

stevehipwell commented 1 month ago

This PR adds support for explicitly setting the delete cascade option to either Background or Foreground; it also changes the delete wait logic to use a watch instead of a manual poll.

Closes #156

stevehipwell commented 1 month ago

@alekc this is ready for review now.