Eirik A

Results 300 comments of Eirik A

I think we actually just look at the type in the schema: ```yaml statusCode: default: 302 description: "StatusCode is the HTTP status code to be used in response. \n Support:...

Was hoping to have time to fix this properly, but don't want to block the release for it anymore. Doing this properly needs a bigger refactor of the analyzer for...

Ahh, wtf. You can put dashes in key names there! Thank you. Yeah, we should do some handling here. We could do either: - `serde(rename)` attr on members with illegal...

Damnit. Yep :( Updating. Guess we have to do special case serde renames for them.

This now seems to be resolved by some of the other rename standardisation we did earlier. Not sure when, but it's resolved now. Checked the crd referenced above and am...

some splitting now happens by default in https://github.com/kube-rs/kopium/commit/c74379de0b9763599fe276484f23d263b3301bb7 if newline characters are included. They often are not though.

Yeah, the newline split is probably sufficient here. Going to close this. It's not really a problem to use the generated docs as it stands even though it will create...

no one has actually complained about this happening yet, but if it does happen, it can be solved by us inside the `output` module by creating an `Output` wide analogue...

Oh i misread this issue. My pr does a much dumber thing :( Not sure how to detect it easily - it would be particularly hairy if people want to...

I feel splitting `ObjectMeta` based on what the "model should be" is going to be a dangerous venture. Sure, namespaces on cluster scoped resources sounds illogical, but there's also nothing...