crossplane-runtime/pkg/reconciler
Nic Cope 88ef9dcbb9 Don't rely on removal of the external-create-pending annotation
The retry logic we use to persist critical annotations makes it difficult to
delete an annotation without potentially also deleting annotations added by
another controller (e.g. the composition logic). This commit therefore changes
the way we detect whether we might have created an external resource but not
recorded the result. Previously we relied on the presence of the 'pending'
annotation to detect this state. Now we check whether the 'pending' annotation
is newer than any 'succeeded' or 'failed' annotation.

Signed-off-by: Nic Cope <negz@rk0n.org>
2021-09-07 22:35:21 +00:00
..
managed Don't rely on removal of the external-create-pending annotation 2021-09-07 22:35:21 +00:00
providerconfig Update controller runtime to v0.8.0 2021-01-21 13:29:16 +01:00
doc.go Add package doc for packages that currently lack it. 2020-01-15 12:27:16 -08:00