vmware / cloud-provider-for-cloud-director

Kubernetes External Cloud Provider for VMware Cloud Director
Other
20 stars 29 forks source link

[VKCI-285] update DeleteVM() function to make it asynchronous #338

Closed Anirudh9794 closed 9 months ago

Anirudh9794 commented 9 months ago

DeleteVM() function currently waits on the delete VM task to complete before it returns. This change will make DeleteVM() asynchronous and also returns the task object for the caller to help poll the delete VM task status


This change is Reviewable