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:
parent
dbf0f9af21
commit
76a692ce94
|
|
@ -229,7 +229,6 @@ type Composite interface {
|
||||||
CompositionReferencer
|
CompositionReferencer
|
||||||
ComposedResourcesReferencer
|
ComposedResourcesReferencer
|
||||||
ClaimReferencer
|
ClaimReferencer
|
||||||
Reclaimer
|
|
||||||
ConnectionSecretWriterTo
|
ConnectionSecretWriterTo
|
||||||
|
|
||||||
Conditioned
|
Conditioned
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue