MorningSpace
MorningSpace
@bobh66 IIUC, that only works when Object and dependencies are co-located in the same cluster. How would that be handled when it's a "remote" dependency? cc: @turkenh
@fabioaraujopt yes, `transforms` was not implemented intentionally at the beginning when `patchesFrom` was introduced as the more we add such at provider level, the more we see the similarity for...
This seems to be similar to the Composition `readinessChecks`. Will that solve your problem? Provider k8s will attach the whole manifest including status for the actual resource "managed" by `Object`...
That is awesome! It is exactly what we need. Then I think we could add that as a TODO for this provider!
Thanks @bobh66 , the change generally looks good to me, could you please fix the pipeline issues? cc @turkenh in case of any comment.
@bobh66 I just rerun the failed jobs and issue still there. For the check-diff error, I cloned your repo and can reproduce it locally, the issue is because you did...
For the lint issue, it seems it's blocked at prerequisites, probably need to update https://github.com/crossplane-contrib/provider-kubernetes/blob/main/.github/workflows/ci.yml.
Quick update on the lint failure, the real problem is the below error: ``` could not load export data: cannot import \"internal/goarch\" (unknown iexport format version 2), export data is...
@jonnylangefeld I just created https://github.com/crossplane-contrib/provider-kubernetes/issues/13 for a design proposal to enhance provider kubernetes with a few new features and it looks the one that you are looking for is exactly...