mirror of https://github.com/kubernetes/kops.git
				
				
				
			
				
					
						
							This PR introduces two fixes: 1) Add missing RetryWithBackoff to DeleteInstanceWithID 2) Fix broken retry logic in all other delete functions. In the current implementation, as the first Delete request will almost certainly return nil, the function will return true and the retry will not try again, resulting in assets not getting deleted from OpenStack Also, the current writeBackoff is pretty aggressive and I introduced a bit less hasty deleteBackoff. The change has been tested with OpenStack. I verified that all APIs we are hitting will eventually return the 404 (type) we are looking for.  | 
			||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| OWNERS | ||
| apitarget.go | ||
| availability_zone.go | ||
| cloud.go | ||
| cloud_test.go | ||
| dns.go | ||
| floatingip.go | ||
| image.go | ||
| instance.go | ||
| keypair.go | ||
| loadbalancer.go | ||
| mock_cloud.go | ||
| network.go | ||
| port.go | ||
| router.go | ||
| security_group.go | ||
| server_group.go | ||
| status.go | ||
| subnet.go | ||
| utils.go | ||
| volume.go | ||