Nic Cope
Nic Cope
Could we leave this up to the Kubernetes garbage collector? I believe it we set `blockOwnerDeletion: true` in the controller references we add to all composed resources we'll be able...
> One way in which Kubernetes represents dependencies between resources is via finalizers. A resource with a dependency on another resource can place a finalizer on it's dependency so that...
Hah, I was just going to raise this exact issue. Thank you!
I think this is actually possible now at the CRD level; see `oneOf` in https://kubernetes.io/blog/2019/06/20/crd-structural-schema/. Not sure if kubebuilder supports it yet.
I believe @apelisse mentioned some folks in his team are working on this.
Cross-linking https://github.com/crossplane/crossplane/issues/2258.
@Feggah! I do - I could imagine even the original Portuguese version being useful to us though to be fair we have no experience maintaining documentation in languages other than...
Adding a note that per @chlunde's suggestion, when we put this together we may also want to consider whether there is any help we could condense for folks reviewing new...
> I don't think I have the bandwidth to do that much, but at least some minor fixes. Minor fixes are more than welcome! > Which provider is considered the...
Just edited the description to note that this fixes https://github.com/crossplane/crossplane/issues/1612.