Joel Speed

Results 943 comments of Joel Speed

/override ci/prow/e2e-aws-serial /override ci/prow/e2e-aws-serial-techpreview On going issue with the build cluster, I'm confident this won't be an issue for us

To add a use case, I'm working on a linter for Kube API conventions ([link](https://github.com/JoelSpeed/kal/)), and I don't think that's a linter that would ever make sense to include within...

Yeah that's a bit of an issue isn't it! Looks like we just need to return a better error right? Do you have time to come up with a PR...

@jwatson0 Any chance you could submit a patch to fix this if it's causing an issue for you?

Not that I'm aware of, have you got time to submit a fix?

Yeah that wouldn't be a structural schema, but you could represent the choices in a kube like way using a discriminated union, the yaml version would look something like: ```...

Have you tried applying the list type directly to the type declaration for `Conditions` instead of the field itself?