Going off of #3162 , let's add a simple exp backoff to the delete. The underlying 1P API calls may benefit from this. Ideally we'd get the retries for free from the testing framework but starting off here for now.
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/master/OWNERS)~~ [maqiuyujoyce]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Going off of #3162 , let's add a simple exp backoff to the delete. The underlying 1P API calls may benefit from this. Ideally we'd get the retries for free from the testing framework but starting off here for now.