James Peach
James Peach
gengo omits comments for constants https://github.com/kubernetes/gengo/issues/186 gengo omits the underlying value of the constant https://github.com/kubernetes/gengo/issues/187
Looks like gengo is doing the type alias flattening, see https://github.com/kubernetes/gengo/issues/180
Per @mikecutalo on Slack: > I created this proxy module (https://github.com/lyft/clutch/tree/main/backend/module/proxy), I still need to add some documentation but its pretty simple. A lightweight way to talk to an external...
An alternative for the config files might be to turn off the `import/extensions` warning for `@clutch-sh/tools`. For example: ``` /Users/jpeach/work/clutch/workflows/software/.eslintrc.js 1:28 error Unexpected use of file extension "js" for "@clutch-sh/tools/.eslintrc.js"...
> @jpeach would it be helpful to have a note earlier on in the local build guide around requiring node 16? Yeh that would be helpful. I don't know how...
This is very similar to #11. I'm in favor of both of these issues, however we need to consider backwards compatibility for everyone who already has dashboards built on the...
Yep, we should pass the Prometheus scrape timeout along to the [metrics snapshot](http://mesos.apache.org/documentation/latest/endpoints/metrics/snapshot/) timeout query parameter.
My initial thought is that the validation type should be explicit, but that system CA configuration belongs in the gateway class config.
@tokers Sorry, I didn't see the assign until after I posted the PR. Happy to defer to you if you have a fix pending. I'll be sure to check and...