What this PR does / why we need it:
This PR changes the actuator so that it ignores aws error code NoSuchHostedZone on DNSRecord deletion and does not report is as configuration problem. Also adding some tests.
Just when adding the tests for more test coverage I was wondering if the deletion should fail with ERR_CONFIGURATION_PROBLEM if the domain name is not permitted in the zone. wdyt?
How to categorize this PR?
/area quality /kind bug /platform aws
What this PR does / why we need it: This PR changes the actuator so that it ignores aws error code
NoSuchHostedZone
on DNSRecord deletion and does not report is as configuration problem. Also adding some tests.Which issue(s) this PR fixes: Fixes https://github.com/gardener/gardener-extension-provider-aws/issues/953
Special notes for your reviewer:
Release note: