Nic Cope
Nic Cope
Alternatively we could consider packages to be uniquely identified by registry, organization, and repository. This has its own set of gotchas though: * Often folks want to mirror a package...
I still think we should consider this.
@jbw976 Heads up, I removed this from parent issue https://github.com/crossplane/crossplane/issues/6001. I don't think they're related. LMK if I've missed something though.
Ah - looks like you need to sign your commit before we can merge it. See https://github.com/crossplane/docs/pull/912/checks?check_run_id=40193552523 for details.
Thanks @ldalorion! I know in a lot of places we've started using https://pkg.go.dev/k8s.io/utils/ptr instead of the pointer utils that used to be in crossplane-runtime. Do you think we could use...
CC @dalton-hill-0.
@dalton-hill-0 Interesting - what use cases are you thinking about for the create/update/delete hooks? Those might be tricky to implement: * I don't think functions can easily differentiate between a...
Thanks @dalton-hill-0! Sorry, I just saw your updates now. I agree though that in general it's best to start small and get real world feedback before we add more functionality....
Also, yeah I'm definitely keen to move it to crossplane-contrib. Let's figure out a name and then I'll create a repo there and make you a maintainer.
@dalton-hill-0 Nice! I've created https://github.com/crossplane-contrib/function-status-transformer and made you a maintainer if you'd like to push the function there.