Nic Cope

Results 846 comments of Nic Cope

Any suggestions on naming? In a way I think the `Resource` field is accurate, it's more that the message it lives in represents not only a resource but its associated...

> Because it would be very strange for someone to be setting an immutable field in spec.initProvider instead of spec.forProvider Can you help me understand why this would be very...

> It sounds like this is not quite the same mental model of this feature that some of the crossplane developers have, which is a valid point of view that...

This seems like it would be pretty useful to keep this template up to date. Should we merge it?

FWIW I'm currently just working around this by having some target `SAVE ARTIFACT binary AS LOCAL out/${GOOS}_${GOARCH}/binary`, then having another target `COPY` and push the `out` directory. I know that's...

It seems like `--no-use-registry-with-for-docker` doesn't work as of 0.8.x, per #3776, so there's no longer a workaround for this.

A little context on the use case. We use https://github.com/gotestyourself/gotestsum to run E2E tests for @crossplane, which is essentially a bunch of Kubernetes controllers. The E2E test binary launches a...

(I chatted with @haarchri on Slack, but capturing my thoughts here for posterity.) My understanding of the problem is that KCL doesn't support "append X to this array if the...

@haarchri This seems to work fine: ```yaml apiVersion: apiextensions.crossplane.io/v1 kind: Composition metadata: name: function-template-go spec: compositeTypeRef: apiVersion: example.crossplane.io/v1 kind: XR mode: Pipeline pipeline: - step: normal functionRef: name: kcl-function input:...

@Avarei Could you elaborate a little bit more on what the problems are? It's not immediately obvious to me from skimming the linked workarounds. Is it just that the protobufs...