Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attempt to patchStatus regardless of finalizer (#64)
Description of changes: * ACK reconciler marks a resource as `Managed` before performing the `CREATE` call * ResourceReference in ACK reconciler is resolved before `READ_ONE` call which precedes `CREATE` call * When ResourceReference resolution fails, ACK reconciler needs to set `Status.Condition` indicating reference resolution failed * Hence the status patching needs to be done for unmanaged resources too * `NotFound` error while status patching of deleted resource is caught and not logged in controller logs By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information