muvaffak
muvaffak
> my one concern is if a resource gets in a state where it continuously reports that it needs to be updated. In that case, it would be virtually impossible...
I'm hesitant about using `observation.UpToDate` for deletion condition since its default is false and the implementations of the logic providing that result are a bit shaky IMO, meaning you can...
Hi! I think `resource.AttributeReferencer` is remnant of the old approach we had taken back then. All reference-related functionality resides in `pkg/reference` package. In fact `pkg/resource/reference.go` can be deleted, @aditya109 this...
I agree. A PR that implements all meta methods we have that are built on this object for other reference types we have could be helpful for adoption.
The refactor should include the interfaces where `corev1.ObjectReference` is accepted as parameter, too, like `SetCompositionReference(*corev1.ObjectReference)` etc.
I think the challenging part of this feature is how to get the REST endpoints registered so that they are called by the controller. I imagine that we'd have a...
I'd also question whether we should do this at all. In the best scenario, here is what the developer will do to implement a managed resource reconciler: * An HTTP...
We're seeing a similar behavior in AWS RDS Instance or EKS clusters as well where deletion takes ~3-10 minutes. In Jet providers, we have callback mechanisms for async calls, so...
@negz How would https://github.com/crossplane/crossplane-runtime/issues/285 block? I don't think Terrajet is affected by it anymore.
+1 to `ProviderConfig` with a default that can be controllable via flag given in `Provider`(slight preference) or `ControllerConfig`.