Ehsan Etesami
Ehsan Etesami
### Description of your changes Fixes #107 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable` to ensure this PR is ready for review....
In the current code, the `managed.WithManagementPolicies()` option is missing in the template within the Reconciler initialization: https://github.com/crossplane/provider-template/blob/2e0b022c22eb50a8f32de2e09e832f17161d7596/hack/helpers/controller/KIND_LOWER/KIND_LOWER.go.tmpl#L65-L74 Due to this missing line, the ManagementPolicies feature is not activated, even if...
In the `getGraphDataFunction`, the `addEdge` function is called with the node arguments in the wrong order. Typically, an edge is drawn from a claim to its composition and composite resources....