In what area(s)?
Describe the feature:
In order to avoid race conditions when on delete an object and immediately recreate it, by default we should also wait for the end of a delete operation, like we do for service create and service update.
Therefor a --wait and a --no-wait option should be added to all "delete" operation. This can reuse our general wait handling util libs.
In what area(s)?
Describe the feature:
In order to avoid race conditions when on delete an object and immediately recreate it, by default we should also wait for the end of a delete operation, like we do for
service createandservice update.Therefor a
--waitand a--no-waitoption should be added to all "delete" operation. This can reuse our general wait handling util libs.