Don't require composite resources to be reclaimable

https://github.com/crossplane/crossplane-runtime/pull/186

This change should have been included in the above PR; composite resources
no longer have a reclaim policy and instead are immediately deleted when
their claim (nee requirement) is deleted.

Signed-off-by: Nic Cope <negz@rk0n.org>
This commit is contained in:
Nic Cope 2020-08-18 19:03:47 -07:00
parent dbf0f9af21
commit 76a692ce94
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ type Composite interface {
CompositionReferencer CompositionReferencer
ComposedResourcesReferencer ComposedResourcesReferencer
ClaimReferencer ClaimReferencer
Reclaimer
ConnectionSecretWriterTo ConnectionSecretWriterTo
Conditioned Conditioned