Nic Cope

Results 846 comments of Nic Cope

https://gist.github.com/negz/c5a5b4f82b06882906b08af377a609a4 Drawing attention to the above gist. I used this to sketch out the `FunctionIO` API, and it sparked a good discussion between @turkenh and I in the comments.

I have draft PRs open of crossplane and provider-gcp that use the approach proposed in this issue. * With both set to `--max-reconcile-rate=10` (the default). * Creating bursts of a...

This is merged for Crossplane 1.6 in https://github.com/crossplane/crossplane/pull/2602, but I'm going to keep this open until we have all or most of the major providers switched over: - [x] https://github.com/crossplane/provider-aws/pull/1187...

I think Terrajet has mostly been updated to follow the pattern this issue tracks. https://github.com/crossplane-contrib/provider-jet-template/blob/704868/cmd/provider/main.go#L56 https://github.com/crossplane/terrajet/blob/4f9db8/pkg/pipeline/templates/controller.go.tmpl#L53 I do notice provider-jet-template has no `--poll-interval` flag (or `--poll`) flag but rather a...

Would this have security implications? I know sometimes the connection details we write to a secret aren't necessarily sensitive, but often they are. I wonder if we could address this...

Continuing on my speculation from a previous comment, I could imagine tackling this by updating Crossplane such that all connection details were written to status. Something like: ```yaml apiVersion: example.crossplane.io/v1...

/fresh https://github.com/crossplane/crossplane/runs/8063904781?check_suite_focus=true - Looks like I need to fix this action.

I need to double check, suspect we currently only have code to assess these at create time, so updates aren't honored. I agree though that you should be able to...

I'm all for this, but one constraint we'll see is that API conventions require (or strongly recommend) us to not actually use floats in our API due to some serialization...